Meteor application MongoDB connection timed out with Azure DocumentDB database
问题 I'm running a Meteor application with on the top of Nginx server with separate MongoDB database. In configuration file I set MONGO_URL as: "MONGO_URL":"mongodb://user:password@host:port/dbName” I've created MongoDB in Mizrosoft Azure as NoSQL DocumentDB. When I start Nginx to run the app it shows following error in the log file: MongoError: connection 0 to HOST:10250 timed out App 47594 stderr: at Object.Future.wait (DIRECTORY/bundle/programs/server/node_modules/fibers/future.js:449:15) App