I keep getting this “login failed” message and can’t figure out exactly how I should proceed. I’ve tried this workaround that’s posted here in the Meteor forums but I get the same error message.
I’ve also tried: $ mongo my_site_name.meteor.com/meteor -u my_meteor_user_name -p my_meteor_password
and got a connect failed message. It’s almost like no matter what I do, it doesn’t recognize my user name and password. In fact, I don’t even remember setting a password for mongoDB, I’ve only had a Meteor password.
As of now, I’m only able to access my deployed MongoDB collection via the console on my browser inspector, which is obviously not the way I should be doing this. Any help would be appreciated.
thanks @sashko. Yes, I have tried the workaround command, but it gives me the same error. Would you be able to recommend a mongo client that I can use to access my Meteor deployed Mongo database? I haven’t used one before.