Replies: 1 comment
-
Hey, this is unfortunately a bit confusing & cumbersome currently to get right and something I'm working on improving. Please see #1285. If you'd like to take I'm currently waiting for better support in Next.js to register client side error handling, hopefully the current API can be deprecated in the future for something that is easier to work with and aligns with user expectations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm doing nextjs SSG builds (fully static)
I have this i18n/request.ts. (i18n without routing / app router)
During npm run build, I'm still seeing the default error message on the console, I'd expect an error thrown and build to fail.
I've tried looking at the docs but couldn't find anything
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions