Skip to content

Ethereum.org links without language returns error 404 #15337

Closed
@r4f4ss

Description

@r4f4ss

Describe the bug

Following are example links without language specification, returning error 404:
https://ethereum.org/developers/docs/nodes-and-clients/node-architecture
https://ethereum.org/developers/docs/nodes-and-clients
https://ethereum.org/developers/docs/data-structures-and-encoding/ssz

And their equivalents with "en" language, are working (other languages are working too):
https://ethereum.org/en/developers/docs/nodes-and-clients/node-architecture
https://ethereum.org/en/developers/docs/nodes-and-clients
https://ethereum.org/en/developers/docs/data-structures-and-encoding/ssz

To reproduce

  1. Visit https://ethereum.org/developers/docs/nodes-and-clients/node-architecture
  2. Visit https://ethereum.org/en/developers/docs/nodes-and-clients/node-architecture

Expected behavior

Links without language should redirect to the default system language or maybe to the user preferences set up language.

Screenshots

Image

Desktop (please complete the following information)

No response

Smartphone (please complete the following information)

No response

Additional context

This bug is probably due to migration from Gatsby to NextJS, as described here.

The migration PR makes available a link for preview, which does not have the bug and redirect pages without language to english. For this reason I think pages without language returning error 404 is a bug.

Would you like to work on this issue?

  • Yes
  • No

Metadata

Metadata

Assignees

Labels

bug 🐛Something isn't workinghigh priorityThis has a high priority

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions