Mike Marks
Mike Marks

Reputation: 10139

Hosting Nuget Gallery locally via localhost, cannot access its feed from Visual Studio Library Package Manager - returns 404 Not Found

I set up and installed the NuGet Gallery via:

localhost:55880

I can manually navigate to the site:

enter image description here

But, when I try to add this URL as a package source in Visual Studio:

enter image description here

And then go to Package Manager Console, I get a 404 Not Found error:

enter image description here

QUESTION: Does anyone know what I'm doing wrong?

Upvotes: 2

Views: 841

Answers (1)

user247702
user247702

Reputation: 24212

The feed itself is located at http://localhost:55880/api/v2. It should be on the page you took a screenshot of.

Upvotes: 2

Related Questions