Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Multipart body length limit 134217728 exceeded.
-
We recently migrated proget from a windows server to docker under linux. Everything appeared to work fine until we tried uploading some of our biggest packages. That failed with this error:
An error occurred processing a PUT request to
http://proget.mcb.lynero.net/nuget/mcb_nuget/: Multipart body length
limit 134217728 exceeded.This limit matches perfectly with the packages we can't upload. I would expect this limit to be much higher on the order of int.MaxValue. Perhaps there is a setting somewhere?
We never saw this issue on our windows install of proget.
My google-fu has unfortunately failed me here. Any RTFM pointers would be greatly appreciated!
-
Hello;
This is apparently a default limitation in .NET5/Core; I'm not sure if it can be changed outside of the code, but I've logged a product change PG-1876 to get this fixed in the next maintence release.
Cheers,
Alana
-
Hi @jn_7742,
This fix will be released in ProGet 5.3.21 which is due out January 22, 2021. When you upgrade and test this, can you please reply back and let us know if this worked for you?
Thanks,
Rich
-
Thank you!
Will do.