When I try to connect to Mongo instance using this connection string
mongodb://root:password@localhost:27017/
everything works, however, when I try to specify the database name in the connection string
i.e
mongodb://root:password@localhost:27017/storefont
I get the following error MongoDB Connection Error: MongoNetworkError: failed to connect to server [localhost:27017] on first connect [MongoError: Authentication failed.