-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Mismatch server/client error when using Next trailingSlash and Link #248
Comments
Merged
I'm going to put now this fix under the |
@aralroca I still have this issue even with {
"allLanguages": ["en", "it"],
"defaultLanguage": "it",
"currentPagesDir": "pages_",
"finalPagesDir": "pages",
"localesPath": "locales",
"pages": {
"*": [
"common"
]
}
} |
It seems to be an issue related to |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get a console error when i set
trailingSlash: true
inside the next config and using next-translate<Link>
. With that setting, when I set a link like this:I get:
Even adding the final
/
inside the href i get the same error. Here my i18n.json setting:The text was updated successfully, but these errors were encountered: