xxxbbbbs-dev
Results
1
comments of
xxxbbbbs-dev
To resolve this bug, you only need to change the **app.use(express.json()) in the app.js** file to **### app.use(express.json({ limit: '10mb' }))**; because the default request body size limit in Express...