piyush-eon / mern-chat-app

https://www.youtube.com/playlist?list=PLKhlp2qtUcSZsGkxAdgnPcHioRr-4guZf
521 stars 514 forks source link

Update db.js #40

Closed amitomksp closed 1 year ago

amitomksp commented 1 year ago

I t shows an err on connecting mongodb

jayeshsonavane2025 commented 1 year ago

how you resolved

amitomksp commented 1 year ago

how you resolved

current version of mongodb is not workinng in process.env so i change that to (mongodb://0.0.0.0:27017) the it works properly

jayeshsonavane2025 commented 1 year ago

Thaks bro,works properly