I have been trying to use the NextJs i18n routing on a website Archive, but when I followed the exact steps provided in the documentation, I got this error: Incorrect locale information provided
I tried to debug it by checking the headers of the requests but it's all correct.
I tried to solve this by checking the error on console, reading related questions on stackoverflow Archive and GitHub Archive but without success.