You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
await mongoose.connect(MONGODB_URL, {useNewUrlParser : true , useUnifiedTopology : true} ) //this ensures that mongodb uses new url parser which is new and improved url parser and that mongodb uses new unified topology engine.