Calling /umbraco without final slash show blank page (umbraco 7.10.2)
Hello
I have this issue only on my production server (Azure) in load balancing with SSL certificate.
On localhost and test server the "/umbraco" path loads correctly the administration.
So I guess something is wrong on my IIS config or on some Umbraco settings.
I tried some solutions found here but they seem pretty old issues.
Any suggestion please?
My configuration about reserved path is the umbraco default
i'm not too familiar with load balancing, have you checked your configurations against the ones in the documentation here, i think you should just access the administration on one server?
Calling /umbraco without final slash show blank page (umbraco 7.10.2)
Hello I have this issue only on my production server (Azure) in load balancing with SSL certificate. On localhost and test server the "/umbraco" path loads correctly the administration. So I guess something is wrong on my IIS config or on some Umbraco settings. I tried some solutions found here but they seem pretty old issues. Any suggestion please? My configuration about reserved path is the umbraco default
Hi Claudio,
May not be related but did you change this to true in the web config?
Hello Kerri yes it's actually set to true
web.config
umbracoConfigurationStatus = 7.10.2
umbracoReservedUrls = "~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/VSEnterpriseHelper.axd"
umbracoReservedPaths = "~/umbraco,~/install/"
umbracoPath = "~/umbraco"
umbracoHideTopLevelNodeFromPath = true
umbracoUseDirectoryUrls = true
umbracoUseSSL = true
umbracosettings.config
addTrailingSlash = true
does it re-direct when you go to /umbraco to either:
/umbraco#/login/false?returnPath=%252Fumbraco
or
/umbraco#/umbraco
blank page, no url redirection.
If I check the browser console, I see that it's trying to call /Application?umb__rnd=72000184c351a9465c9b1729d2eeb700 without the umbraco folder.
Obviously it receives a 404
i'm not too familiar with load balancing, have you checked your configurations against the ones in the documentation here, i think you should just access the administration on one server?
https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/
https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/flexible
yes you're right, that's something to check
but actually we disabled the second webserver so it's not on load balancing anymore and the problem is still present
is working on a reply...