When meteor application try to connect with MongoDB server with $MONGO_URL in Unix server it fails, with be bellow error,
MongoError: Authentication failed.
at Object.Future.wait (/opt/mount1/imo_web/apps/dmo-program-site/bundle/programs/server/node_modules/fibers/future.js:449:15)
i can able to connect with the sever with NoSQLBoster…
MongoDB server is up and running ,but not sure how MONGO_URL environment variable set and connect to meteor package.
i have created a deployment package that contains an entire Meteor application in a production-ready format, but still it not connect to MongoDB Server…