Bug:
If different language than en-US is set in browser then:
minecraft.net root page display Apache default error page "URL not found"
profile page or article page display custom "creeper" 404 page, because locale is not added into URL.
Correct URL would be: https://www.minecraft.net/en-us/msaprofile
But instead this url is generated: https://www.minecraft.net/msaprofile
[media]
Environment:
Windows 11 + Chrome / iOS Safari
Language: cs-CZ
How to reproduce:
Add different language to browser and set it as primary/move on top of the list.
Go to https://minecraft.net
Fix proposal:
If unsupported language is detected in user's browser then fallback to en-US.
Attachments
Comments 4
Hi, translate function is not enabled. Exact same thing is happenig on iPhone/Safari browser.
It looks like some misconfiguration of Apache web server.
Here is the main page request so you can track input variables better.
[media]I have tried it also in Microsoft Edge browser and it seems to be working there so the problem is only in Chrome/Safari browser.
From what I can see the only difference is in accept-language header.
[media]
Hi, did you set the top language to Czech in the Chrome browser, and choose the option "Offer to translate pages in this language" in settings?
When opening the site, it should automatically display the link with en-US at the end.