QuiiBz / next-international

Type-safe internationalization (i18n) for Next.js
https://next-international.vercel.app
MIT License
1.3k stars 61 forks source link

Next.js global error page #155

Closed o-az closed 1 year ago

o-az commented 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

Tried all these, none show up:

CleanShot 2023-09-05 at 12 45 53@2x

QuiiBz commented 1 year ago

Can you send a reproduction link? How are you triggering errors to render error.tsx / global-error.tsx?

QuiiBz commented 1 year ago

Closing as no reproduction has been provided. Feel free to re-open if needed!