-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video #36: Connecting to MongoDB #24
Comments
@yousafa1, I guess that the mongoose got deprecated. This might be a cause. You need to add an extra parameter as it is shown bellow: You may check the complete code here: https://github.com/LiviuSosu/ToDoList-TheNetNinja |
I look up the code you have and followed it, put my user and password as well. I'm still receiving an error. The message I receive in the console is: (node:8049) UnhandledPromiseRejectionWarning: true |
WOW. I have a Mac and had to download brew for the error message to go away. |
BUT, I'm having an issue connecting to port 27017. Do you know how to resolve this? I want whatever I add to the todo, to be saved into the database. On my terminal, I write: |
Following along to the video tutorial, I'm having an issue connecting to the database. I'm not sure if this is because of mlab migrating over to mongodb?
The text was updated successfully, but these errors were encountered: