You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PFB the version of the tools which we've used. "express": "^4.17.1", "oas3-tools": "2.1.3"
I've tried body-parser and app.use(express.json({limit:'25mb'})). But nothing resolved the request entity too large error. It would be great if anyone suggest me any different solution.
The text was updated successfully, but these errors were encountered:
- removed body-parser and use express middlewares instead
- removed duplicit middlewares
- set limit to 50mb for middlewares
Fixesbug-hunters#53
Signed-off-by: Martin Sunal <[email protected]>
- removed body-parser and use express middlewares instead
- removed duplicit middlewares
- set limit to 50mb for middlewares
Fixesbug-hunters#53
Signed-off-by: Martin Sunal <[email protected]>
[request entity too large error when using oas3-tools package,openapi 3.0 in node.js]
index.js file
'use strict';
----------------------------------------EOF----------------------------------------------
PFB the version of the tools which we've used. "express": "^4.17.1", "oas3-tools": "2.1.3"
I've tried body-parser and app.use(express.json({limit:'25mb'})). But nothing resolved the request entity too large error. It would be great if anyone suggest me any different solution.
The text was updated successfully, but these errors were encountered: