We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grapher redirects are not working, and instead serving 404 pages.
They should redirect you to the desired different slug.
https://ourworldindata.org/grapher/incidence-of-child-labour-in-the-united-states-1890-1930 should redirect to https://ourworldindata.org/grapher/incidence-of-child-labor-in-the-united-states-1890-1930 but it's not working.
The text was updated successfully, but these errors were encountered:
A possible candidate might be this change to how we handled 404s in the Grapher worker. https://github.com/owid/owid-grapher/pull/3951/files
Sorry, something went wrong.
Confirmed that be9c4e3 is the culprit, as https://f5a632ba.owid.pages.dev/ is the deploy where redirects stop working.
Confirmed fixed by #3959
https://ourworldindata.org/grapher/incidence-of-child-labour-in-the-united-states-1890-1930 is redirecting correctly
larsyencken
Successfully merging a pull request may close this issue.
Problem
Grapher redirects are not working, and instead serving 404 pages.
Expected behaviour
They should redirect you to the desired different slug.
Example
https://ourworldindata.org/grapher/incidence-of-child-labour-in-the-united-states-1890-1930 should redirect to https://ourworldindata.org/grapher/incidence-of-child-labor-in-the-united-states-1890-1930 but it's not working.
Technical notes
The text was updated successfully, but these errors were encountered: