drudge/mongoose-findorcreate

getting this.findOrCreate is not a function

Closed this issue · 1 comments

I randomly get this.findOrCreate is not a function I use the plugin globally and I include it before the models sometimes I get that error

check if you add the line below right after your schema.
yourSchema.plugin(findOrCreate);