piyush-eon / notezipper

Watch Full Tutorial for this App on YouTube
https://www.youtube.com/watch?v=IQXjO0t4XRM&list=PLKhlp2qtUcSYC7EffnHzD-Ws2xG-j3aYo
137 stars 575 forks source link

Mongo DB Connection Error #7

Closed route-2 closed 2 years ago

route-2 commented 2 years ago

useNewUrlParser, useUnifiedTopology, useFindAndModify, and useCreateIndex are no longer supported options. Mongoose 6 always behaves as if useNewUrlParser, useUnifiedTopology, and useCreateIndex are true, and useFindAndModify is false. Please remove these options from your code. in db.js of the config file in backend. Solution to the UseCreateIndex error

piyush-eon commented 2 years ago

Please use the version that I have used in the project