Hi,
I am trying to use the Sonatype Nexus Repository ManagerOSS 3.41.1-01, installed like this. Out-of-the-box, there seems to be nuget registries installed already:
which I find great, because I am a C# developer. So I need to do nothing. However, when I browse
https://my-nexus-host.com/repository/nuget-group/
then I get the following error:
Error 502 Bad Gateway
The group repository nuget-group contains a proxy with different nuget version
If I look at the nuget.org-proxy
settings, then I see it uses NuGet V3. I can see no version information on nuget-hosted
. I don’t know what to do. Can someone help?
I tried to put up an analogous setup for npm registries (hosted, proxy, group) and everything works perfectly fine.
Thanks in advance…