I have installed 25.0.10 release. I can't reproduce the error anymore.
pariv_0352
@pariv_0352
Best posts made by pariv_0352
Latest posts made by pariv_0352
-
RE: proget 500 Internal server error when pushing to a proget docker feed
-
RE: proget 500 Internal server error when pushing to a proget docker feed
@stevedennis
I’ll try it as soon as it’s out :) -
RE: proget 500 Internal server error when pushing to a proget docker feed
@atripp said in proget 500 Internal server error when pushing to a proget docker feed:
the code is not fixed in 25.0.9
Yes, I got it, just to clarify that I still have the error, so you can use me as tester )
Should I try
25.0.10-ci.5+
or wait for release? -
RE: proget 500 Internal server error when pushing to a proget docker feed
I updated to 25.0.9 as well, and still have the issue.
-
RE: proget 500 Internal server error when pushing to a proget docker feed
I was about to start a new thread, but this one might be related to my issue. I can't push a Docker image to ProGet (version 25.0.8). Docker keeps retrying, but without success. The Diagnostic Center shows no errors. In the logs, I see:
A 500 error occurred in docker_feed: Nullable object must have a value. info: Microsoft.AspNetCore.Hosting.Diagnostics[2] Request finished HTTP/1.1 PUT http://mydomain.com/v2/docker_feed/my_service/blobs/uploads/1f3bb6af-6666-497e-bb8e-6b621d584b9c?digest=sha256%3Addfc8032fb97dfcf37359445fcb93b9742fcdf6f5bfdd288081557bf461edac6 - 500 1091 application/json 10.8169ms
Then I tried 25.0.9-ci.14, same result.
-
RE: proget vcpkg proxy
vcpkg is a package manager developed by Microsoft. It's similar to Conan but can be easily integrated with Visual Studio after installation. It also offers very simple integration with CMake, making it easy to manage C++ libraries. Also it is more simple than Conan.
-
proget vcpkg proxy
Hello, is there are plans to create vcpkg packages feed support?
-
RE: [ProGet] Invalid URI when accessing feed
I use
Version 2023.9
. And yes, I saw that thread, but looks like it is a bit different. -
[ProGet] Invalid URI when accessing feed
I run proget behind reverse-proxy. And that proxy sits on non-standard port.
And all works fine, but when I'm trying to access feed through browser it fails with Server Error 500:Invalid URI: The hostname could not be parsed
.If I run proget on non-standard port without reverse-proxy feed access works.
Looks like when proxy sets headerX-Forwarded-Host
to something with explicit port, it fails.
e.g.www.testdomain.com:82
.I found out that
X-Forwarded-Host
header is not very well defined in the case of ports. But I think proget shouldn't throw exceptions in this scenario and show feed page.There is a workaround to set
Web.BaseUrl
, but its not suitable for me, because port may change over time. And I dont want to changeWeb.BaseUrl
every time it changes. -
Proget 2022.5: Can't download package with "invalid version"
Hello, I'm trying to install/download/pull to proget package
HarfBuzzSharp.NativeAssets.Linux 2.8.2.1-preview.79
, but it fails with errorInvalid package version was specified.