Work for me:
Config nginx max file zise[https://patriciahillebrandt.com/nginx-413-request-entity-too-large/][1]
and
app.use(bodyParser.json({ limit: "200mb" }));app.use(bodyParser.urlencoded({ limit: "200mb", extended: true, parameterLimit: 1000000 }));