Answers for "server discovery and monitoring engine is deprecated in gridfs"

2

DeprecationWarning: current Server Discovery and Monitoring engine is deprecated,

mongoose.connect(uri, { useNewUrlParser: true,useUnifiedTopology:true });
mongoose.createConnection(uri, { useNewUrlParser: true });
Posted by: Guest on November-03-2020

Code answers related to "server discovery and monitoring engine is deprecated in gridfs"

Browse Popular Code Answers by Language