-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New GraphQL.js redirects do not work internally, and some links are broken #1957
Copy link
Copy link
Open
Description
Description
GraphQL.js webpages are still included in the website, and are still searchable and navigable. However, when you reload the page you are sent to GraphQL-js.org and the webpage doesn't necessarily exist.
Steps to Reproduce
- Visit https://graphql.org/
- Enter "Running an Express GraphQL Server" into the search bar and press the top link
- Notice that you have been directed to
https://graphql.org/graphql-js/running-an-express-graphql-server/and a web page is rendered - Reload the page (or visit
https://graphql.org/graphql-js/running-an-express-graphql-server/directly) - Notice that you have been redirected to
https://www.graphql-js.org/running-an-express-graphql-server/and greeted with a 404.
Expected Result
In step 3 you should be directed to graphql-js.org (or the search result should not appear in the first place?)
If you visit https://graphql.org/graphql-js/running-an-express-graphql-server/ directly, you should be redirected to an extant page on graphql-js.org
Actual Result
Old content rendered in step 3.
404 rendered in step 5.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels