Dr Mongo not connecting to database

I tried to install Dr Mongo using the download, then followed the three steps to run it. I was able to see the Dr Mongo interface in my browser. I also had a Meteor project running in another Terminal window (Mac OS 10.11.1) and it was operating correctly with the database.

However, I was unable to connect Dr Mongo to the database. I clicked on the “New Connection” link and a “New Connection” breadcrumb appeared, I clicked on Select Database, but nothing was listed.

Any ideas? I’d love to give Dr Mongo a try. Thanks!

Make sure you’re connecting to:

host: localhost
port: 3001

That did it! Thanks. I remember reading that in the Read Me before I started, but neglected to follow through. :slight_smile: