Hello @Asha 59 We understand you are receiving 413 errors when uploading files to your web app.
By default, the value is defined to a low number. You would need to use something like the below, which will define the limit.
app.use(bodyParser.json({limit: '10mb'}));
Please let us know if you have further questions or concerns.