Umbraco form not refreshing in load balanced enviornment
Hi,
In our website setup, we have separated the CMS and the website. Our CMS is hosted in server A and website is hosted in Server B. Also the calls are properly distributed between these server.
The issue we are facing is with the Forms. We we update a form from admin (Server A) then it is properly reflection there but not reflecting in website (Server B). Ass the form are stored in the file system we are running a job to sync the from files. So the json of the form is same in both the servers.
Interesting point to note is that when we recycle the APP POOL in server B then the changes do reflect.
How can we achieve this without recycling the APP POOL.
Did you ever solve this? There seem to be a lot of posts on this issue but no response from the core team.
We have 2 load balanced sites. One site works fine - form changes are updated across all servers but on the other site it takes an app_pool recycle to force the update.
The App_Plugins/UmbracoForms files are all being replicated. We have tried setting forms not to cache in the config file also.
Umbraco form not refreshing in load balanced enviornment
Hi,
In our website setup, we have separated the CMS and the website. Our CMS is hosted in server A and website is hosted in Server B. Also the calls are properly distributed between these server.
The issue we are facing is with the Forms. We we update a form from admin (Server A) then it is properly reflection there but not reflecting in website (Server B). Ass the form are stored in the file system we are running a job to sync the from files. So the json of the form is same in both the servers.
Interesting point to note is that when we recycle the APP POOL in server B then the changes do reflect.
How can we achieve this without recycling the APP POOL.
Thanks Pankaj
Did you ever solve this? There seem to be a lot of posts on this issue but no response from the core team.
We have 2 load balanced sites. One site works fine - form changes are updated across all servers but on the other site it takes an app_pool recycle to force the update.
The App_Plugins/UmbracoForms files are all being replicated. We have tried setting forms not to cache in the config file also.
is working on a reply...