Question Background:
I have setup in MongoLabs (mLab - https://mlab.com/) a database and have added a very simple Collection. I am using the MongoDB
I have similar issue, in my case user wasn't created in database. You can create user by this
db.createUser({ user: "userNameGoesHereRemovedForSO", pwd: "passwordGoesHereRemovedForSO", roles: ["readWrite", "dbAdmin"] });