Just installed a blank version of Umbraco 7.5.4. Everything works fine local.
But the online version of the Umbraco backend in IE Edge just displays a blank page and some JS errors;
No url found for api name legacyTreeJs
This does not happen on my local IIS configuration. Can someone please explain whats happening?
I got a similar problem the other day where after i deployed a site to IIS, everything was working fine in the frontend, but my backend was all blank with some JS errors.
The solution in my case was to Bump the clientdependency version number (/Config/ClientDependency.config) by 1, which forced Umbraco to clear all cached dependencies, and that made my backend work.
I usually make it a habbit of bumping my ClientDependency version number everytime i deploy a new Umbraco installation. But last time i forgot it, so I got this problem.
Glad it worked out for you Paul! Happy to be able to help!
Umbraco backend IE Edge blank page
Hi all,
Just installed a blank version of Umbraco 7.5.4. Everything works fine local. But the online version of the Umbraco backend in IE Edge just displays a blank page and some JS errors;
No url found for api name legacyTreeJs
This does not happen on my local IIS configuration. Can someone please explain whats happening?
Regards,
Paul
Hi Paul.
Does your frontend work?
I got a similar problem the other day where after i deployed a site to IIS, everything was working fine in the frontend, but my backend was all blank with some JS errors.
The solution in my case was to Bump the clientdependency version number (/Config/ClientDependency.config) by 1, which forced Umbraco to clear all cached dependencies, and that made my backend work.
Maybe works for you as well?
Thanks! This did the job. Does this mean it was a sort of caching problem?
Yes, exacly!
I usually make it a habbit of bumping my ClientDependency version number everytime i deploy a new Umbraco installation. But last time i forgot it, so I got this problem.
Glad it worked out for you Paul! Happy to be able to help!
Have a great day!
is working on a reply...