We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of this package are you using? next: 13.5.6 next-translate: 2.6.2 next-translate-plugin: 2.6.2
What operating system, Node.js, and npm version? node -v 18.18.2
What happened?
On the root path (which is the base path) it has a 404, if you add /something on top of base path it will work.
/something
What did you expect to happen?
It not to be a 404.
Are you willing to submit a pull request to fix this bug?
If i knew what the issue was
The text was updated successfully, but these errors were encountered:
Can you tried in 3.0.0-canary.2 version? (both, next-translate & next-translate-plugin). Thanks
Sorry, something went wrong.
No branches or pull requests
What version of this package are you using?
next: 13.5.6
next-translate: 2.6.2
next-translate-plugin: 2.6.2
What operating system, Node.js, and npm version?
node -v 18.18.2
What happened?
On the root path (which is the base path) it has a 404,
if you add
/something
on top of base path it will work.What did you expect to happen?
It not to be a 404.
Are you willing to submit a pull request to fix this bug?
If i knew what the issue was
Works if there is a trailingSlash: true in the config
The text was updated successfully, but these errors were encountered: