NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.52k stars 644 forks source link

[NuGet.org Bug]: Api of registration5 does not return version informations #9831

Closed Doxoh closed 4 months ago

Doxoh commented 4 months ago

Impact

I'm unable to use NuGet.org

Describe the bug

Im trying to get informations of a specifc nuget version. But api says blob does not exists

Repro Steps

  1. On this URL with old version schema the result works: https://api.nuget.org/v3/registration5-semver1/altv.net.client/16.0.0-dev.json
  2. on this URL with new version schema the result does not worked: https://api.nuget.org/v3/registration5-semver1/altv.net.client/16.0.0-dev.25.json But nuget is available: https://www.nuget.org/packages/AltV.Net.Client/16.0.0-dev.25

Expected Behavior

For all versions i got a valid result

Screenshots

No response

Additional Context and logs

No response