Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use-translate-plugin cause notFound error when use dynamic routes with optional catch-all #77

Open
salos1982 opened this issue Nov 21, 2023 · 2 comments

Comments

@salos1982
Copy link

next-translate-plugin v2.6.2

node 20.09 windows 11 latest updates

Code for reproduce https://github.com/salos1982/next-translate-app
I have following structure of app folder
[lang]/(content)/[[...path]]/page.tsx
When there was no [lang] part, everything worked fine. But when I added [lang] folder at the top all my requests generate 404 error.

You could download project start it and try to open http://localhost:3000/es
You will see 404 erorr

I expect that I see content of [lang]/(content)/[[...path]]/page.tsx (some text)

Are you willing to submit a pull request to fix this bug?
No

@aralroca
Copy link
Owner

I think is related to aralroca/next-translate#1166

@salos1982
Copy link
Author

I think so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants