I just went live with a new site (first one on 4.5.1) and for some reason, as soon as I switched to the production domain, the UI stopped working (assuming Client Dependency caching issue). How can I "clear" the cache to make the UI not point to the old domain?
Sounds like the usual Client Dependency issue - did you copy it across from your dev/staging environment? Just delete the contents of the ~/App_Data/ClientDependency folder ... that should resolve the domain issue.
Umbraco back-office not working in new domain
Hi all,
I just went live with a new site (first one on 4.5.1) and for some reason, as soon as I switched to the production domain, the UI stopped working (assuming Client Dependency caching issue). How can I "clear" the cache to make the UI not point to the old domain?
Thanks,
Nik
Hi Nik,
Sounds like the usual Client Dependency issue - did you copy it across from your dev/staging environment? Just delete the contents of the ~/App_Data/ClientDependency folder ... that should resolve the domain issue.
Cheers, Lee.
That's the one. I just did that about 30 seconds ago and it worked. Thanks for chiming in!
-- Nik
Deleting the contents of that folder is only a hack fix. When can we expect a fix for ClientDependency in Umbraco?
is working on a reply...