Skip to content

feat: add Next.js application error boundary - #1013

Open
saurabhhhcodes wants to merge 1 commit into
Shivayan09:mainfrom
saurabhhhcodes:feat/add-next-error-boundary-987
Open

feat: add Next.js application error boundary#1013
saurabhhhcodes wants to merge 1 commit into
Shivayan09:mainfrom
saurabhhhcodes:feat/add-next-error-boundary-987

Conversation

@saurabhhhcodes

Copy link
Copy Markdown

Closes #987

Summary

  • add a route-level Next.js error boundary for unexpected client crashes
  • log the captured error for diagnostics without exposing details in the UI
  • provide retry and return-to-home recovery actions

Validation

  • git diff --check
  • npx eslint app/error.tsx
  • npx tsc --noEmit

@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Someone is attempting to deploy a commit to the Shivayan's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Implement Global Error Boundaries in Next.js (error.tsx)

1 participant