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
Do you want to request a feature or report a bug?
*bug
What is the current behavior?
When using findOneAndUpdate, I receive the following error: Cannot read property '_update' of undefined. The find and findOne queries work as expected.
Please find the model I am using, along with the query I am trying to perform below.
Do you want to request a feature or report a bug?
*bug
What is the current behavior?
When using findOneAndUpdate, I receive the following error: Cannot read property '_update' of undefined. The find and findOne queries work as expected.
Please find the model I am using, along with the query I am trying to perform below.
Model
Query
What is the expected behavior?
I expect to recieve an updated Contact object.
What are the versions of Node.js, Mongoose and MongoDB you are using? Note that "latest" is not a version.
Mongoose 5.7.0
The text was updated successfully, but these errors were encountered: