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 don't see any notes on if there are Mongo version requirements with the MongoWrapper, however I'm getting this error when attempting to create the Provider instance using the example code.
TypeError: 'Collection' object is not callable. If you meant to call the 'authenticate' method on a 'Database' object it is failing because no such method exists.
I'm already using Mongo6.0 so i'm hoping it's compatible.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
I don't see any notes on if there are Mongo version requirements with the MongoWrapper, however I'm getting this error when attempting to create the Provider instance using the example code.
TypeError: 'Collection' object is not callable. If you meant to call the 'authenticate' method on a 'Database' object it is failing because no such method exists.
I'm already using Mongo6.0 so i'm hoping it's compatible.
Thank you in advance!
The text was updated successfully, but these errors were encountered: