Route Groups do not work within [locale] #800
Unanswered
BearCooder
asked this question in
Q&A
Replies: 3 comments
-
I haven't worked with route groups so far, but if you can reproduce the bug in a Next.js-only app then you might want to submit this as a bug report in the Next.js repo. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same issue here when multiple root layouts. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same problem, I think the issue is in |
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
-
Hello I have a strange issue. It seems that Route Groups do not work with next-intl?
My following structure:
Now when I want to access the customers page on
http://localhost:3000/customers
orhttp://localhost:3000/summary
I get a 404 not found error. I have to usehttp://localhost:3000/dashboard/customers
to access the page. But when I try it without the [locale] then it works as expected and I can accesshttp://localhost:3000/customers
without dashboard. When I put it all back into [locale] folder it does not work again?I am not sure what causes this issue? I looked at the documentation in next intl and couldnt find anything related to this.
Beta Was this translation helpful? Give feedback.
All reactions