Closed o-az closed 1 year ago
I tried to set this up but it never shows the error page:
https://nextjs.org/docs/app/api-reference/file-conventions/error#global-errorjs
I also tried error.tsx inside src/app/[locale]/client and inside src/app/[locale], none are showing up
error.tsx
src/app/[locale]/client
src/app/[locale]
Tried all these, none show up:
Can you send a reproduction link? How are you triggering errors to render error.tsx / global-error.tsx?
global-error.tsx
Closing as no reproduction has been provided. Feel free to re-open if needed!
I tried to set this up but it never shows the error page:
https://nextjs.org/docs/app/api-reference/file-conventions/error#global-errorjs
I also tried
error.tsx
insidesrc/app/[locale]/client
and insidesrc/app/[locale]
, none are showing upTried all these, none show up: