How to customize error page in Node.js?

I want to customize 404 error page (not found) or any errors that relevant. Is there option to configure it in Wappler?

Add a route matching * as the last item in the route manager and design the page you want for 404s

2 Likes

Nice, thank you!

1 Like

Brilliant timing, I intended to ask the same today!

Please check Creating Custom Error Pages in NodeJS