❔ 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
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.Does anyone have an idea how to resolve?
configure kestrel, set the limiter MaxRequestBodySize to a larger value
It works, thank you
you're welcome