If I cause an Error 500 by adding something like this to a Template in the Umbraco e.g: @sdhfksjhdf so it would look something like this on the FrontEnd:
This is good and it's supposed to look like this.
The Problem now:
If we press F12 on the Page to inspect it, therse no error 500 thrown, so Up-Time Checkers won't tell me if the Page is Down or not.
In the Network tab it looks like this, after I reload the Page:
This Problem occurs for every uSkinned Templated Page we created.
Uptime robots will still detect the 500 error. The page you are seeing is a custom error page after the 500 error has occurred. The custom error is controlled by your setting in web.config
Error 500
If I cause an Error 500 by adding something like this to a Template in the Umbraco e.g:
@sdhfksjhdf
so it would look something like this on the FrontEnd:This is good and it's supposed to look like this.
The Problem now: If we press F12 on the Page to inspect it, therse no error 500 thrown, so Up-Time Checkers won't tell me if the Page is Down or not.
In the Network tab it looks like this, after I reload the Page:
This Problem occurs for every uSkinned Templated Page we created.
Has anyone a fix for this?
Hi Tobias,
Uptime robots will still detect the 500 error. The page you are seeing is a custom error page after the 500 error has occurred. The custom error is controlled by your setting in web.config
Cheers,
Marc
is working on a reply...