KentuckyFriend
Results
1
comments of
KentuckyFriend
Im also having this problem. Im hosting on MongoDB Atlas any my connect part in server.js in backend looks like this ``` mongoose.connect( "mongodb+srv://USER:[email protected]/?retryWrites=true&w=majority", { useNewUrlParser: true, useUnifiedTopology: true, },...