/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
errors/client-side-exception-occurred.mdx
16 строк
687 B
Delba de Oliveira
docs: Migrate error messages to MDX and App Router. (#52038)
05 июл 2023, 16:11
Не верифицирован
05 июл 2023, 16:11
44d1a1c
Код
Авторство
О чём код?
--- title: Client-side Exception Occurred --- ## Why This Error Occurred In your production application a client-side error occurred that was not caught by an error boundary. Additional information should be visible in the console tab of your browser. ## Possible Ways to Fix It Add error boundaries in your React tree to gracefully handle client-side errors and render a fallback view when they occur. ## Useful Links - [Error Boundaries Documentation](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary) - [Custom Error Page Documentation](/docs/pages/building-your-application/routing/custom-error#more-advanced-error-page-customizing)