Deployment problems - app runs but does not show database records

I have written my first Meteor app. It is very simple and does not have an login modules in it. It works well locally. When I deploy the app, everything appears to be Ok and the “now serving” message is show in the console.
When I go to the url, the app come up but show no records from the database.

When I attempt to look at the database, I get the following

E:\Meteor\contacts\contacts>meteor mongo jbcontacts.meteor.com
MongoDB shell version: 2.6.7
connecting to: sg-mother1-6242.servers.mongodirector.com:27017/jbcontacts_meteor_com
2016-03-07T08:51:47.187-0500 Error: 18 { ok: 0.0, errmsg: “auth failed”, code: 18 } at src/mongo/shell/db.js:1210
exception: login failed

If I execute “meteor login” from the console, it prompts for my username and I enter it. It immediately give me a login failed error without prompting for the password.

E:\Meteor\contacts\contacts>meteor login
Username: jimbell
jimbell
Password:
Login failed.