Rafael Duarte

Results 5 comments of Rafael Duarte

In what file are you getting the error? What form? Can you provide the log error you see in browser?

I was facing a similar issue. I solved it following the steps in this forum post. https://forum.codewithmosh.com/d/694-may-2019-summary-of-react-tutorial-vidly-node-deployment-fixes Hope it helps

Auth in this case is not a collection, "/auth" is just an endpoint. The backend server "vidly-api-node", handles the request to that api path. In fact, auth api and authService.js,...

Hey @MrPaz, Im facing the same problem than you: "uncaughtException: failed to connect to server [vidly-shard-00-01-9gnfk.mongodb.net:27017] on first connect [MongoNetworkError: connection 5 to vidly-shard-00-01-9gnfk.mongodb.net:27017 closed]" I can perfectly connect to...

Solved. When you receive an error like "MongoError: connection 4 to vidly-shard-00-01-dosly.mongodb.net:27017 closed" you have to whitelist all IP addresses in MongoDB security options. **Step #2: In MongoDB Atlas, WHITELIST...