Hello @stevedennis, are you fine?
I've been doing some tests this week to get back to the contact you requested (these last few months have been quite hectic).
Basically, the problem I reported in this topic has been resolved, now what could have been resolved, I don't know, since some things have been modified:
- We have updated our Proget to version 2022.28 recently.
- Following the website's official documentation, I modified the user to no longer be "token" but the token generated within Azure DevOps.
- And finally, what I think is most likely to have resolved the issue: I removed a circular reference to existing Nuget packages within Azure Artifacts, basically we had a feed named FOO, this feed received its own packages and also public packages from Nuget. In another feed named BAR, we had the packages for this feed, as well as a connection receiving packages from feed FOO (which I believe came from Nuget) and a connector for Nuget's public repository (here's the circular reference).
I believe that at some point the connector got lost and ended up not being able to find the necessary packages.
Thank you for your patience and help.