to use the new parser, pass option { usenewurlparser: true } to mongoclient.connect

0

To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect

By Beginner Lisa Mann at Apr 02 2020

0

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.

By Beginner Eric Waters at Apr 29 2021


Related code examples


Code examples by languages