Опубликовано: 12 Июль 2026 на канале: Pooja Pareek
3,119
24
request body (req.body) as undefined we can use body-parser to solve this problem
You can try:
Install body-parser first `npm -i body-parser`
Use in your initialising file const bodyParser = require('bodyParser');
and app.use(bodyParser.json());