EthanRBrown / web-development-with-node-and-express

Companion repository to Web Development With Node and Express, first edition.
1.01k stars 503 forks source link

Chapter 13: MongoError: failed to connect to server [localhost:27017] on first connect #92

Closed simplist88 closed 7 years ago

simplist88 commented 7 years ago

Hi Ethan,

I'm learning node.js with your awesome book. unfortunately I stuck in chapter 13, regarding mongo DB connection.

I'm getting "MongoError: failed to connect to server [localhost:27017] on first connect" every time I attempt to run server on my local machine.

I've connected to hosted DB with URL provided by mlab console. do you have any clue what is causing this issue?

EthanRBrown commented 7 years ago

Can you share the connection string you're using? You can redact the username/password information (just show it as user:**** or whatever).

simplist88 commented 7 years ago

Hi Ethan,

Fortunately it was just typo mistake.. guess I should be more patient before raising issue here..!

EthanRBrown commented 7 years ago

No problem, glad you were able to solve it!