Reactjs – Not getting data from req.body
I have been trying to update product on my ecommerce website, when update button is clicked no errors are showing, its showing the old data and no change in the mongodb database. when i print "req.body.name" in the controller code,…