-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Display all errors in the UI while in development #1934
Comments
I agree, in development, it would be nice to display all errors in the UI. I ain't sure I understand the first part your post; feel free to elaborate. Related: #1438. |
Neat, I like that Next.js shows the first error message first. Although I think it should show all errors without forcing the user to use pagination. |
Description
I think area of error handling can be improved for better DX.
I create a React component with intended error
And I just got error page like this
Something went wrong. Sincere apologies. Try again (later).
by following this guide but I can get what error occurs in terminal console.And I think the error page can be enhanced for better UX with display which part of code cause the errors and button for retry
The text was updated successfully, but these errors were encountered: