-
Notifications
You must be signed in to change notification settings - Fork 7
mongoose 6.5 not work #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Experimenting same issue. Do you have any news on that?
Mongoose version 6.8.0.
|
Problem already fixed, during this first week of 2023 I will release a new version, this version will be a breaking point, I removed some problematic features. |
That's great! Looking forward to it. Thanks and have a happy new year!! |
Hello @WelingtonMonteiro when are you going to release the new version? Thanks!! |
I still haven't released it because when testing it in the mongoose version, it triggered many errors, and the most serious one I saw was exactly the one mentioned, looking at the doc I saw that now multiple queries are no longer allowed in the same instance, therefore, this error is under analysis by the mongoose devs for release in plugins. This weekend I will be releasing the new corrections. https://mongoosejs.com/docs/migrating_to_6.html#duplicate-query-execution |
in mongoose v6.5 show this error DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.
please update mongoose 6 or new
and when use findByIdAndUpdate in graphql show this error:
The text was updated successfully, but these errors were encountered: