Replies: 1 comment
-
You may ask over at https://github.com/vercel/next.js |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The next-i18next is using HEAD request method when matching the previous translation file if it's still the same or if it still matches
My code looks like this:
How can I disable the HEAD request method and use GET request instead when next-i18next is matching the translation files?
because apparently, our server has the HEAD request method disabled so I cannot use the HEAD request method in our project
I want to make the HEAD request also become a GET request
Beta Was this translation helpful? Give feedback.
All reactions