Following is my user schema in user.js model -
user
user.js
var userSchema = new mongoose.Schema({ local: { name: { type: String },
Had the same issue I resolved it by removing the unique attribute on the property.
unique
Just find another way to validate or check for unique property values for your schema.