findByIdAndUpdate Don't Work Mongoose MongoDB
enter image description here I try to update the data in MongoDB Compass via Nodejs in the picture by using findByIdAndpUpdate. Below is the code that I wanna to update name, price, description with the same _id: router.post('/update',(req,res)=>{ //new data…