Thank you for the tip.
I followed your instructions, but the problem remains.
I also tried incognito, two different other browsers (Edge, Firefox) with which this site had been browsed, but the outcome is the same.
if there is an issue with a script - it can have knock-on effects on other script files when Umbraco merges them all together. turning on debugging will cause the scripts not to be merged,
you might still get a console error, but it won't then affect other scripts and it will help you debug the issue.
Blank page for backoffice
The website appears to work fine, but its backoffice is a blank page. The debugging console shows the following:
It used to work. Could you anyone offer a tip on how to remedy this?
Hi
I get this when i've been working on diffrent umbraco installations i think there is a conflict in cookies/storage somewhere.
Quick fix i've found to clear application storage and reload site
in chrome:
Thank you for the tip. I followed your instructions, but the problem remains. I also tried incognito, two different other browsers (Edge, Firefox) with which this site had been browsed, but the outcome is the same.
Hi,
it might be a script file of a plugin causing the issue,
Try running the site in debug mode (in the web.config change the debug="false" to debug="true" on the compliations line.
e.g
if there is an issue with a script - it can have knock-on effects on other script files when Umbraco merges them all together. turning on debugging will cause the scripts not to be merged, you might still get a console error, but it won't then affect other scripts and it will help you debug the issue.
👍 It works. Thanks a lot. I will upgrade the Umbraco version to 8 first to see if it will work without the debug mode in the near future..
is working on a reply...