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
Also, the findByIdAndUpdate is depreciated.
ERROR MESSAGE: (node:80671) DeprecationWarning: collection.findAndModify is deprecated. Use findOneAndUpdate, findOneAndReplace or findOneAndDelete instead.
The text was updated successfully, but these errors were encountered:
It's a problem with Mongoose: it was using a depreciated call to MongoDB. There was an issue opened on their repository this exact warning. It should go away if you run npm up to update your packages.
Also, the
findByIdAndUpdate
is depreciated.ERROR MESSAGE: (node:80671) DeprecationWarning: collection.findAndModify is deprecated. Use findOneAndUpdate, findOneAndReplace or findOneAndDelete instead.
The text was updated successfully, but these errors were encountered: