I have a form that is experiencing a strange issue. The form can be started and works normally when initiated from the main forms screen (Laserfiche Forms...Start Process...Start). However, when the form is initiated from the published link (e.g. https://formsserver.domain.com/Forms/FormName) the form comes up as blank. When look in the browser dev tools I see an error about not finding a file in the /Forms/FormName/Partials/Cache folder. The Partials Cache folder exists on the server as C:\Program Files\Laserfiche\Laserfiche Forms\Forms\Partials\Cache and the file it is looking for exists in this folder. When receiving this error the body style of the form gets set with "display:none;" which accounts for the blank form.
The workaround that seems to have temporarily fixed the issue was to edit the publish link and save, then edit the publish link back to the original name and then click save again. That process seems to have refreshed the "54en-US.html" file in the cache folder. EDIT: This fix didn't seem to work as I thought.
This problem may arise due to infrequently used forms. I have had this issue on one form in particular a couple of times. Is is a form that is only used once every 3 months or so.
Thought on the cause or a permanent fix? Thanks.