Custom Error Page
Hello,
I've deployed a Nuxt App (@nuxtjs/[email protected], [email protected]) on Vercel and also defined a error page, however this seems to not get used, instead it's just displaying a simple text message saying "Nuxt Internal Server Error". Is it possible to use a custom error page instead?
To that end, even if I put a custom error template in app/views/error.html it's not being used, so I'm guessing the error template itself is just completely missing from the build.
(I also tried adding it to serverFiles, no luck)
👍

This was working for me fine until quite recently but now just getting the text message.
Actually I just gave up on vercel as a production environment and just use it as a preview/debug host
Any updates on this?
Had an API server issue last night and users saw the default error page all night. It would have been great if they could have at least seen a whitelabel error page with a link to API status etc.