I am using the reactive application. Not found the option for changing the customize errors for error page.
e.g.
"appOffline": "The application is currently offline. Try again later."
Hi Shahaji,
You can change the way you handle exceptions, in this case CommunicationExceptions, on your OnException handler:
Regards,João
Already same option tried but not work
The OnException handler will only be called when you don't have an exception handler on the screen.
On your screenshot, you already have an exception handler for Communication Exception which is redirecting the user to an error screen, so you have two options there:
My question is regarding this page https://<app url>/CustomError/_error.html
How to customization error message for above pages ?
You don't customize this page, you avoid going to this page by handling your exceptions in order to fail "gracefully" and keep user informed and provide him a way to go back.
After disable the application OnException is not executed .. Direct the below screen is showing
What I was suggesting was not removing it but instead change the message to present to the user like this: