Following is my user schema in user.js model -
user
user.js
var userSchema = new mongoose.Schema({ local: { name: { type: String },
I had same Issue. Problem was that I have removed one field from model. When I dropped db it fixes