Mongodb database reported an error, why?

clipboard.png

mongoose

clipboard.png

What is the reason for

?


mongo does not allow updating the _ id field of the document. Before updating, remove the _ id field from the variable update .


first of all, what is your options= {new:true} this new configuration item for
official documentation:
?

next you print out your updated update data

Menu