❔ Response 413

Hi folks, I'd like to ask help about error in my web application, look the image. I know that my problem is because of the large json type file that I try to attach, but I don't know how I can solve it in .NET 7.
5 Replies
Accord
Accord17mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Ale Kantousian
Ale Kantousian17mo ago
Does anyone have an idea how to resolve?
Anton
Anton17mo ago
configure kestrel, set the limiter MaxRequestBodySize to a larger value
Ale Kantousian
Ale Kantousian17mo ago
It works, thank you
Anton
Anton17mo ago
you're welcome
Want results from more Discord servers?
Add your server
More Posts
✅ confused about classes```cs Class MainClass { Public static void Main () { Random numberGenerator = new Random(); int num❔ .net cli use file-scoped namespaceHi! Is there a way for the dotnet cli to use file-scoped namespaces? I have .net 7 + c# 11 project b❔ How to I use my domain for my ASP.NET REST?Hi, question basically says it all. I don't have current application but I'm curious. I do have a do❔ DocumentFormat.OpenXML - insert row into an Excel TableHi, I have a problem with inserting a row into the Table in Excel document. I had no problems with i❔ Get value out of deserialized json object.I need to get value out of meta, from the "object". As for now I also use this: Dictionary<string, ❔ I'm confused how "x = false" can cause a NullReferenceExceptiondeclaration of _isUpdatingPeakValue is inside a public sealed class: ```C private volatile bool _is❔ Azure Speech Service wont shut upI am using azure in a WPF app, where I have two buttons, Read, and Stop The problem is, that when I❔ The remote certificate is invalid because of error in the certificate chain: partial chainWhen I debug it from VS, the request responds successfully, but when the service is deployed to anot❔ ✅ How does .NET MAUI Blazor relate to Blazor Server or WebAssembly?Or am I conflating those ideas? I see the .NET MAUI Blazor project template `index.html` has the li✅ Output not correctIm doing a Client/server program the program will give out in output if the user is a minor or not t