How do I access meteor production database when I have a site called http://blah.meteor.com . I have tried:
meteor mongo blah.meteor.com
and I get the following error:
connecting to: sg-mother1-6242.servers.mongodirector.com:27017/blah_meteor_com 2016-01-25T17:06:25.430+0200 Error: 18 { ok: 0.0, errmsg: "auth failed", code: 18 } at src/mongo/shell/db.js:1210 exception: login failed
The above command used to work in 2015 but does not work anymore in 2016.