Description:
PROBLEM:
Accessing PT-BR documentation paths results in HTTP redirect to English content instead of serving localized pages.
Example:
https://docs.arbitrum.io/pt-br/run-node
REPRODUCIBLE TEST (≤1 min):
curl -I https://docs.arbitrum.io/pt-br/run-node
Expected:
200 OK with PT-BR content
Actual:
301 redirect to:
https://docs.arbitrum.io/run-node
VALIDATION:
Maintainer can reproduce with a single curl command above and observe the Location header redirecting to the EN path.
IMPACT:
- PT-BR localized routes appear to exist but do not serve translated content
- Users accessing /pt-br/* are redirected to English pages
SCOPE:
Issue reproducible on multiple PT-BR paths (not limited to /run-node)
Additional examples:
curl -I https://docs.arbitrum.io/pt-br/
curl -I https://docs.arbitrum.io/pt-br/bridge
Both return redirects to EN equivalents.
Description:
PROBLEM:
Accessing PT-BR documentation paths results in HTTP redirect to English content instead of serving localized pages.
Example:
https://docs.arbitrum.io/pt-br/run-node
REPRODUCIBLE TEST (≤1 min):
curl -I https://docs.arbitrum.io/pt-br/run-node
Expected:
200 OK with PT-BR content
Actual:
301 redirect to:
https://docs.arbitrum.io/run-node
VALIDATION:
Maintainer can reproduce with a single curl command above and observe the Location header redirecting to the EN path.
IMPACT:
SCOPE:
Issue reproducible on multiple PT-BR paths (not limited to /run-node)
Additional examples:
curl -I https://docs.arbitrum.io/pt-br/
curl -I https://docs.arbitrum.io/pt-br/bridge
Both return redirects to EN equivalents.