Skip to content

PT-BR docs redirect to EN (/pt-br/* → 301) #3261

Description

@Cripto5588

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions