nextjs-mongodb-app icon indicating copy to clipboard operation
nextjs-mongodb-app copied to clipboard

in edit profile, i am getting req.body is undefined

Open sc0rp10n-py opened this issue 1 year ago • 9 comments

i added some values in the profile and want to edit them, so i did like in code here https://github.com/hoangvvo/nextjs-mongodb-app/blob/v2/pages/api/user/index.js

const {quote} = req.body;

but i get this error

Cannot destructure property 'baseName' of 'req.body' as it is undefined."

even console.log(req.body) gives undefined.

sc0rp10n-py avatar Dec 05 '22 02:12 sc0rp10n-py