Error boundaries ignored in Production with dynamicParams = true
#67055
Labels
bug
Issue was opened via the bug report template.
Output (export/standalone)
Related to the the output option in `next.config.js`.
Link to the code that reproduces this issue
https://github.com/ackoppel/next-ssg-error-page
To Reproduce
npm run build
npm run start
http://localhost:3000/bar/id
-> Error.tsx reachedhttp://localhost:3000/foo/id
-> Raw Next 500 error pageCurrent vs. Expected behavior
Expected to reach
error.tsx
component while a runtime error ocurred.Instead ended up with raw next 500 page.
Provide environment information
Which area(s) are affected? (Select all that apply)
Output (export/standalone)
Which stage(s) are affected? (Select all that apply)
next start (local)
Additional context
Have tested this with the following versions:
14.1.0
14.2.4
The text was updated successfully, but these errors were encountered: