Error Handling
Error 404 (not found) is handled in the src/app/not-found.tsx
high-level component. For more information about the not-found page visit docs
src/app/not-found.tsx
high-level component. For more information about the not-found page visit docs
Any other server or Javascript error is handled at src/app/error.tsx
For more information about the not-found page visit docs
src/app/error.tsx
For more information about the not-found page visit docs
Last updated