-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next Js App router catch-all error handler #234
Comments
I am using a factory function that returns the NodeRouter object resulting from |
Could you please provide your example for this solution? |
Man, this worked for me: #202 (comment) |
I've used below (rough example) to catch unhandled errors in my app router / middleware. Might be useful for someone.
I saw the example below suggested somewhere but I've not been able to get it to work for me in the app router
|
How to use next connect catch-all error handler with app router?
where should I add the below to catch error
The text was updated successfully, but these errors were encountered: