Meteor-Angular Ubuntu app is not showing its MongoDB Collection while running on localhost:3000

=> Started proxy.
=> Started MongoDB.
=> Started your app.

=> App running at: http://localhost:3000/

The browser only shows the link HOME but fails to deliver the collection. I checked MongoDB console and shows the collection inside.

I cannot find the reason MongoDB is not being recognized by the browser or the JavaScript Console in Google Chrome.

Thanks so much for your wisdom.
Ron

We’d need the code to herlp here.

  1. is Collection defined on client
  2. Is autopublish installed ?

This is my first time creating an App with Angular in Meteor 1.2 My error was missing a couple of controllers and also creating double routes.

Thanks guys for your time. I hope to be helpful as well in the future for others. I am a devoted Meteor users.

Ron