Hi,
I am not sure, that I could help you with an instance here (sadly).
Regarding the username/password issue:
- It works fine up to the point of choosing the repository to mirror from. When I then click Start Import the UI returns a 500 and the following exception in the log
An error occurred in the web application: Response status code does not indicate success: 403.
URL: http://vl-dev-repo.ki.lan/feed/import/packages/importer?feedId=10&step=ConfirmImport&tempKey=PackageImport_V2_5b4cb993-1550-4ba4-be36-c557d48bb2c8
Referrer: https://vl-dev-repo.ki.lan/feed/import/packages/importer?feedId=10&step=SelectImportFeedOptions&tempKey=PackageImport_V2_5b4cb993-1550-4ba4-be36-c557d48bb2c8
User: Admin
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0
Stack trace: at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Inedo.ProGet.FeedImporters.Artifactory.ArtifactoryImportService.GetFilesAsync(String repositoryName, CancellationToken cancellationToken)+MoveNext() in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E584854\Src\src\ProGet\FeedImporters\Artifactory\ArtifactoryImportService.cs:line 80
at Inedo.ProGet.FeedImporters.Artifactory.ArtifactoryImportService.GetFilesAsync(String repositoryName, CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at System.Linq.AsyncEnumerable.<CountAsync>g__Core|71_0[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in /_/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Count.cs:line 41
at System.Linq.AsyncEnumerable.<CountAsync>g__Core|71_0[TSource](IAsyncEnumerable`1 source, CancellationToken cancellationToken) in /_/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Count.cs:line 41
at Inedo.ProGet.FeedImporters.FeedImportService.OptionsSummary.CreateInternalAsync(ArtifactoryImportService service, ArtifactoryImportOptions importOptions, FeedType feedType, CancellationToken cancellationToken) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E584854\Src\src\ProGet\FeedImporters\FeedImportService.OptionsSummary.cs:line 33
at Inedo.ProGet.WebApplication.Pages.Feeds.ImportWithImporterPage.<>c__DisplayClass19_0.<<CreateChildControlsAsync>g__confirmImport|5>d.MoveNext() in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E584854\Src\src\ProGet\WebApplication\Pages\Feeds\ImportPackagesOfTheNewPage.cs:line 291
--- End of stack trace from previous location ---
at Inedo.ProGet.WebApplication.Pages.Feeds.ImportWithImporterPage.CreateChildControlsAsync() in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E584854\Src\src\ProGet\WebApplication\Pages\Feeds\ImportPackagesOfTheNewPage.cs:line 79
at Inedo.ProGet.WebApplication.Pages.ProGetSimplePage.InitializeAsync() in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E584854\Src\src\ProGet\WebApplication\Pages\ProGetSimplePage.cs:line 69
at Inedo.Web.PageFree.SimplePageBase.ExecutePageLifeCycleAsync()
at Inedo.Web.PageFree.SimplePageBase.ProcessRequestAsync(AhHttpContext context)
at Inedo.Web.AhWebMiddleware.InvokeAsync(HttpContext context)
::Web Error on 08/27/2025 11:31:07::
I am especially confused about the fact that it prints Windows paths, even though it is running as Linux Docker container.