Posts by Luiz • 21 points
1 post
-
2
votes1
answer62
viewsQ: findByIdAndUpdate() is creating document instead of updating
I am crud using Node, Express and Mongodb, but I have a problem with the update operation when using the findByIdAndUpdate() Mongoose it is not updating the document but creating a new.…