I have this cute 500 error page for my website. But in my backoffice, if I have a 500 error (say for example my DB connection string is wrong) I get my "website's" 500 error page in my right content pane... (if I had the page loaded already...) I'm just wondering if there is a custom 500 error page for the umbraco cms for that right pane for edge cases liek this?
Custom 500 error page in Umbraco backoffice
Hello,
I have this cute 500 error page for my website. But in my backoffice, if I have a 500 error (say for example my DB connection string is wrong) I get my "website's" 500 error page in my right content pane... (if I had the page loaded already...) I'm just wondering if there is a custom 500 error page for the umbraco cms for that right pane for edge cases liek this?
Thanks!
Sébastien
There's not build-in "nice" 500 error page for the backoffice but you can create one by handling the error (application event).
is working on a reply...