You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use mongo 5.x with Mongodb 3.6, after test this and make everything working i'm planning to move to Mongo 4x.
The problem is that i'm getting an error:
TypeError: Cannot read property 'bind' of undefined
at createMongoosePromise (/web/node_modules/mongoose-deep-populate/lib/plugin.js:99:32)
at model.Query.Query.exec (/web/node_modules/mongoose-deep-populate/lib/plugin.js:67:14)
at model.Query.Query.then (/web/node_modules/mongoose/lib/query.js:3674:15)
This was fully working on mongoose 4.x and Mongo 3.4.
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered:
Hi there!1
I'm trying to use mongo 5.x with Mongodb 3.6, after test this and make everything working i'm planning to move to Mongo 4x.
The problem is that i'm getting an error:
This was fully working on mongoose 4.x and Mongo 3.4.
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: