Mongoose only saves _id and _v Mongoose only saves _id and _v mongoose mongoose

Mongoose only saves _id and _v


the problem is that the body needs to be Json(application/json) instead of Text

enter image description here


Everything is fine with your code

Just add this line to your todo.model.js

module.exports = mongoose.model('Todo', Todo);


Dashboard

1:

Edit:

I also had this problem and I fixed Content-type: application / json and it worked