Nuxt 3 SSR Not Displaying Custom Error Page on Server API Endpoint Failure
I’m encountering an issue with my Nuxt 3 SSR application where the custom error page (https://nuxt.com/docs/getting-started/error-handling#error-page) does not display when a server API endpoint fails and throws an error using createError. I’ve also tried to pass the fatal option to createError, as true or false. Instead of seeing the custom error page, I’m presented with the Chrome browser error page.