Custom error page

I’ve a docker service that run a web application. When I call an URL that does not exist I get this 404 page from Render

image

How can I customize it ?


Simone

Hey Simone,

This isn’t a Render error page, the only time Render ever publishes a web page in place of an application is for a very Render-themed 502 error page. This error page is coming from your application presumably by one of its dependencies/libraries, and you need to review your application’s stack in order to determine what is serving it, and how to, if you can, customize it.

1 Like

Thanks. I’ll go deeper and update the thread.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.