While sending more than 240MB files in the HTTP Request body, We have an error 500.1013 and we have used the Azure App Service (Ubuntu) for hosting our application.
Asked
Active
Viewed 1,035 times
2
-
1Have you tried to set system.webServer/iisnode maxRequestBufferSize or initalRequestBuffersize? – Jokies Ding Apr 29 '20 at 08:07
-
1Yes, we have used below code
-
1Since IISnode just proxy request to node.exe. Is there any limit in node js itself? – Jokies Ding May 05 '20 at 09:54
-
1We have set 2GB limit const apiProxy = proxy( config.get("apiBase"), { limit: "2gb", proxyReqPathResolver: req => "/" + (req.path.substring(`/${apiProxyPathPrefix}/`.length) + "?" + (url.parse(req.url).query || '')) }); – Sheldon Anto May 05 '20 at 11:55
-
2i am having the same problem on Azure, any progress with this problem? – bovino Marcelo Bezerra Dec 25 '21 at 21:35
-
1I'm getting the same issue, did you resolve it? – Mi.HTR Aug 05 '22 at 09:43
-
I'm also getting the same issue, anybody resolve it? Please, let us know. :) – Bunny Dec 21 '22 at 16:14