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
/current/updates/*.json*
Update center
While working on #4402, the endpoint /current/updates has been added back (e.g. directory listing instead of HTTP/404).
/current/updates
However, when clicking on any link inside this directory, the user is greeted by a HTTP/404 from mirrorbits.
It make sense as this path does not exist in the mirroring system: it is new since we've added back the symlink.
=> we have to fix this issue at the crawler level (as the update-center2 does not have access to the content of /current/updates data)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Service(s)
Update center
Summary
While working on #4402, the endpoint
/current/updates
has been added back (e.g. directory listing instead of HTTP/404).However, when clicking on any link inside this directory, the user is greeted by a HTTP/404 from mirrorbits.
It make sense as this path does not exist in the mirroring system: it is new since we've added back the symlink.
=> we have to fix this issue at the crawler level (as the update-center2 does not have access to the content of
/current/updates
data)Reproduction steps
No response
The text was updated successfully, but these errors were encountered: