-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
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
Crates.io crate download API is redirecting to invalid URL #6850
Comments
Noticed the same for https://crates.io/api/v1/crates/mumblelink_reader/0.3.5/download |
FYI, @Turbo87 is now aware of the issue, and is reverting the latest rollout. Please use 👍 reactions, not comments to +1. |
Works for me again now. |
deployment has been rolled back and I'll investigate on our staging environment. sorry for the noise, everyone! 🙈 |
Rollback is complete, and I am seeing recovery. Thanks @Turbo87! |
I guess I'll keep it open until the root cause is found on staging. |
seems likely related to this change yesterday https://github.com/rust-lang/crates.io/pull/6834/files#diff-18c17f16d6477d10ed90360fe38e0e13fc117ecd9548f8f9374236c3ec7f8750R201 |
@nevins-b yep, I'm already working on a fix for that :) |
I've updated our status page too now. |
The fix is deployed to production now. I've verified that the "Steps to Reproduce" above (i.e. Again, sorry for the broken deployment earlier... 😞 |
Current Behavior
https://crates.io/api/v1/crates/smallvec/1.10.0/download
is redirecting tohttps://static.crates.iocrates/smallvec/smallvec-1.10.0.crate
Expected Behavior
https://crates.io/api/v1/crates/smallvec/1.10.0/download
should redirect tohttps://static.crates.io/crates/smallvec/smallvec-1.10.0.crate
Steps To Reproduce
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: