diff --git a/packages/cli/src/Server.ts b/packages/cli/src/Server.ts index aaec3bf56d..16d22a04bb 100644 --- a/packages/cli/src/Server.ts +++ b/packages/cli/src/Server.ts @@ -527,6 +527,7 @@ class App { // support application/x-www-form-urlencoded post data this.app.use( bodyParser.urlencoded({ + limit: `${this.payloadSizeMax}mb`, extended: false, verify: (req, res, buf) => { // @ts-ignore