Replies: 2 comments 1 reply
-
Do you think you could show an example based on next-intl-bug-repro-app-router to illustrate this? Generally, such a As a side note, the Next.js team is working on |
Beta Was this translation helpful? Give feedback.
-
I actually did get it to work. There was a bug because my code was trying to fetch using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Any suggestions on what to do if you actually want a working
[locale]/[...rest]/page.tsx
? I need a catch all route that actually displays content and doesn't just act as a safety net fornotFound()
404s.Pages that exist are working fine but when I hit an unexpected page or one that ends in
.txt
for example, I'm getting all kinds of errors.Note: this route is inside of a route group which seems to be causing all sorts of issues (#800).
Beta Was this translation helpful? Give feedback.
All reactions