getting this.findOrCreate is not a function
Closed this issue · 1 comments
saadshahd commented
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
nahidhasan830 commented
check if you add the line below right after your schema.
yourSchema.plugin(findOrCreate);