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
Yeah one thing, he mistakenly kept those <> around password and dbname inside the dev.js(config) file. You are supposed to remove those. It should look like:
module.exports = {
mongoURI:'mongodb+srv://bla_user:[email protected]/test?retryWrites=true&w=majority'
}
and if you don't already have a database created, please go and create in 'collections' section. In my case, it is named "test".
55 | }
56 |
57 | const variables = {
I've created a mongo db account and I've created the dev.js file adding the credentials to in for accessing the database
The text was updated successfully, but these errors were encountered: