vercel-builder icon indicating copy to clipboard operation
vercel-builder copied to clipboard

Custom Error Page

Open DKhalil opened this issue 4 years ago • 3 comments

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)

DKhalil avatar Jul 26 '21 17:07 DKhalil

👍 Screenshot 2022-10-18 at 11 44 13

This was working for me fine until quite recently but now just getting the text message.

benwalsh avatar Oct 18 '22 10:10 benwalsh

Actually I just gave up on vercel as a production environment and just use it as a preview/debug host

DKhalil avatar Oct 19 '22 09:10 DKhalil

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.

bradley-varol avatar Dec 08 '22 17:12 bradley-varol