hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
6.85k stars 2.02k forks source link

req.body undefined #280

Open VirendraArekar opened 9 months ago

VirendraArekar commented 9 months ago

After running server and post form data for register req.body not getting image

chintanshahts commented 9 months ago

Can you try with raw > json ? or check the content type : application/json in the headers