Sunday, November 17, 2019

MongoDB, NodeJS getting into below error. useUnifiedTopology




(node:85632) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
(node:85632) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
The file was saved!


References:
https://stackoverflow.com/questions/57895175/server-discovery-and-monitoring-engine-is-deprecated

No comments:

Post a Comment