Open ksirinuk opened 4 years ago
It seems that without specifying the limit for bodyParser.text() the error still persists.
bodyParser.text()
Suggest to change to change this to
app.use(bodyParser.text({limit: '100mb'})
It seems that without specifying the limit for
bodyParser.text()
the error still persists.Suggest to change to change this to
app.use(bodyParser.text({limit: '100mb'})