Request timeout error showing up as html code and not a user friendly message

Which IIQ version are you inquiring about?

IIQ 8.4p2

Please share any images or screenshots, if relevant.

Please share any other relevant files that may be required (for example, logs).

[Please insert files here, otherwise delete this section]

Share all details about your problem, including any error messages you may have received.

End users while accessing SailPoint over internet sometimes faces “Request timeout error”. However, the message displayed to end user is a HTML code and not a user-friendly message.
We are looking for ways to display user friendly message to end user instead of html code as follows:
Attached the error screenshot of the same.

Hi @milinaphalke
you have to handle this in your application server error pages.
in case of apache tomcat → in web.xml in error page section you can add error-code → 408 then give the location of the custom html page and in the webinf directory you create this custom html page and add appropriate error message that you wish to add. once all done, restart the tomcat app service and reproduce the issue to see this custom html getting called or not.