Hello, I setup Proget from docker image, at first it was 6.0.5 version, then I tried latest (6.0.9) version.
I'm struggling with following scenario:
I made a nuget feed and connected it with nuget.org and also connected it with our internal Azure DevOps artifacts feed.
I can see packages from Azure DevOps in Proget search (in feed), but get an error when try to open it:
Message: An error occurred in the web application: Object reference not set to an instance of an object.
Details: URL: http://our_url/feeds/sc/package_name/versions
Referrer: https://our_url/feeds/sc?Search=package_name
User: (unknown)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
Stack trace: at Inedo.ProGet.WebApplication.Pages.Packages.Versions.ListPackageVersionsPageBase.CreateChildControlsAsync() in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp_E194970\Src\ProGet.WebApplication\Pages\Packages\Versions\ListPackageVersionsPageBase.cs:line 88
at Inedo.ProGet.WebApplication.Pages.ProGetSimplePageBase.InitializeAsync() in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp_E194970\Src\ProGet.WebApplication\Pages\ProGetSimplePageBase.cs:line 72
at Inedo.Web.PageFree.SimplePageBase.ExecutePageLifeCycleAsync()
at Inedo.Web.PageFree.SimplePageBase.ProcessRequestAsync(HttpContext context)
at Inedo.Web.AhWebMiddleware.InvokeAsync(HttpContext context)
Currently using Proget 6.0.9 Free License