Blank screen on /umbraco on Deployed website 7.7 -> 7.14 upgrade
Hi everyone,
I've got an issue where I have an upgraded website working perfectly on my local pc but when I build it on Azure Devops and deploy it, I just get a white screen when I go to /umbraco
I've cleared my cache, incremented the Client Dependency number, deleted the Temp folder. Nothing is working.
The only way I can get it to work is if I set compilation mode to debug, which isn't ideal.
The error messages I get in the console are :
I've ran out of ideas. Any thoughts?
As I said, the site works perfectly on local, but not once deployed. I've checked I've included all the files I need in my git commit but I guess there could be something I've missed.
This exceeds the 500 character limit set in the web.config which then means the DependencyHandler can't load.
I increased the size of the querystring allowed and tada! The backoffice loads.
Hopefully this might help future me or someone in the future that has a similar issue.
Blank screen on /umbraco on Deployed website 7.7 -> 7.14 upgrade
Hi everyone,
I've got an issue where I have an upgraded website working perfectly on my local pc but when I build it on Azure Devops and deploy it, I just get a white screen when I go to /umbraco
I've cleared my cache, incremented the Client Dependency number, deleted the Temp folder. Nothing is working. The only way I can get it to work is if I set compilation mode to debug, which isn't ideal.
The error messages I get in the console are :
I've ran out of ideas. Any thoughts?
As I said, the site works perfectly on local, but not once deployed. I've checked I've included all the files I need in my git commit but I guess there could be something I've missed.
Cheers
So - this has now been fixed. Someone who does some contracting work saw my tweet about this and got in touch so I have him to thank!
Rather than just let this thread die without an answer though, I thought I'd share it.
So, within my web.config file I had the following security tag:
That in itself isn't an issue but when trying to hit the backoffice, the clientdependancy url is massive -
e.g.
This exceeds the 500 character limit set in the web.config which then means the DependencyHandler can't load. I increased the size of the querystring allowed and tada! The backoffice loads.
Hopefully this might help future me or someone in the future that has a similar issue.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.