Forums

How do I customize this error: Something went wrong :-(

Hello I noticed that whenever I'm reloading my app on PA reload, and by chance at the same time opening a page on my app, I get this error: Something went wrong :-( etc I know its because of the reload but I would like to show a better customized error page. Is there a better way? regards

If it's an unhandled exception, then your web framework probably has a way to customise the various error pages. If you customise the 500 error page in your framework, that will change the error page. However, if it's a 502/504 error, then you cannot customise it.

Thanks. Noted