NuxtN
Nuxt2y ago
TRex

Component-Based Error Handling (SSR)?

<NuxtErrorBoundry> component handles client-side errors happening in its default slot. But its not works on ssr. We are getting the ugly error page if the page that contains error is rendered on SSR. I want to my whole page to be rendered except the component that throws an err. Is there any way to handle this?
Was this page helpful?