Join our community

Get access to the complete guide to developing and deploying fast, production-ready Nuxt apps.

3-2 Handling Client-Side Errors with NuxtErrorBoundary

In this lesson, we look at how we can use the NuxtErrorBoundary component to elegantly handle client-side errors. By isolating errors to specific parts of our app, we’re able to have better error handling and error messages than a generic error page would allow.

We’ll look at how errors are created (and thrown) within Nuxt, how we can resolve these client-side errors, and how to show our own custom error messages.

NuxtErrorBoundary: https://nuxt.com/docs/api/components/nuxt-error-boundary

createError: https://nuxt.com/docs/api/utils/create-error