Rendering a Report
-
Hi All,
I was just wondering if there was a configuration that allows the request body to go above 20mb when calling the /api/report. I have an instance deployed to Azure and when the request is above 20 mb I get a 413 error.
According to this post
https://forum.jsreport.net/topic/1297/413-request-entity-too-large
"jsreport default limit for input request is 20mb so the most likely this error comes from your web server and not from jsreport"
That was 3 years ago and I was wondering if it was still the case. Or is there a configuration that can be set?
Regards
-
https://jsreport.net/learn/configuration#web-server
The default is now 50mb and can be increased using config
extensions.express.inputRequestLimit
.
-
Thank you very much