alanaberdeen / AIDA

Annotation of Image Data by Assignment.
https://alanaberdeen.github.io/AIDA
MIT License
56 stars 15 forks source link

PayloadTooLargeError: request entity too large #31

Open ksirinuk opened 4 years ago

ksirinuk commented 4 years ago

It seems that without specifying the limit for bodyParser.text() the error still persists.

Suggest to change to change this line to

app.use(bodyParser.text({limit: '100mb'})