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
What is the expected behavior? Model.exists() should return a query and resolve to a doc or null #8097
What are the versions of Node.js, Mongoose and MongoDB you are using? Note that "latest" is not a version.
Node.js: 16.13.1
Mongoose: 6.1.3
MongoDB: 5.0.5
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug confirmed by @AbdelrahmanHafez
What is the current behavior?
Model.exists()
returns a promise and resolves to a booleanIf the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
Model.exists()
should return a query and resolve to a doc or null #8097What are the versions of Node.js, Mongoose and MongoDB you are using? Note that "latest" is not a version.
Node.js: 16.13.1
Mongoose: 6.1.3
MongoDB: 5.0.5
The text was updated successfully, but these errors were encountered: