enter image description here413 Request entity too large – only when I upload using mobile device
when we use system/mac, it’s working without any issues till 1gb of files.
same node express server. (same application on different devices)
but for mobile even with 30mb, I am having the issue.
existing limits:
app.use(bodyParser.urlencoded({ extended: true, limit: ‘1500mb’, parameterLimit: 1000000 }))
app.use(bodyParser.json({ limit: ‘1500mb’, parameterLimit: 1000000 }))
sampath is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.