Closed anhdiepmmk closed 3 years ago
(node:27860) DeprecationWarning: Mongoose: findOneAndUpdate() and findOneAndDelete() without the useFindAndModify option set to false are deprecated. See: https://mongoosejs.com/docs/deprecations.html#findandmodify
findOneAndUpdate()
findOneAndDelete()
useFindAndModify
This is up to you to set
mongoose.set('useFindAndModify', false);
or
mongoose.connect(uri, { useFindAndModify: false });
on mongoose instance
(node:27860) DeprecationWarning: Mongoose:
findOneAndUpdate()
andfindOneAndDelete()
without theuseFindAndModify
option set to false are deprecated. See: https://mongoosejs.com/docs/deprecations.html#findandmodify