You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When meteorx is installed, the application will not start unless there's a working mongodb connection. Application crashes with error.
Error: MONGO_URL must be set in environment
at Object.<anonymous> (packages/mongo/remote_collection_driver.js:36:1)
at Object.defaultRemoteCollectionDriver (packages/underscore/underscore.js:750:1)
at new Mongo.Collection (packages/mongo/collection.js:98:1)
at exposeMongoLivedata (packages/meteorhacks:meteorx/lib/mongo-livedata.js:3:1)
at packages/meteorhacks:meteorx/lib/server.js:21:1
The text was updated successfully, but these errors were encountered:
When meteorx is installed, the application will not start unless there's a working mongodb connection. Application crashes with error.
The text was updated successfully, but these errors were encountered: