meteor-up: 1.4 doesn't detect that Meteor has started
With 1.4, I get the following error
------------------------------------STDERR------------------------------------
Too much time spent restarting.
=> Starting meteor app on port:80
Note: you are using a pure-JavaScript implementation of bcrypt.
While this implementation will work correctly, it is known to be
approximately three times slower than the native implementation.
In order to use the native implementation instead, run
meteor npm install --save bcrypt
in the root directory of your application.
Meteor login token 9f8sd0f98sdfj3j4jFFFF1
=> Redeploying previous version of the app
Which is strange, since it seems like it has started (btw, tried expanding the wait time, with no result). Downgrading with exactly the same settings worked. I think the problem might be the additional line that I console.log - do you do some kind of regexp on the output to determine when the container is ready?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (6 by maintainers)
Hey @zodern I am using 1.5.1 mup version, has changed the image name according to http://meteor-up.com/docs#meteor-support but still my container goes down continuously, I am pasting my mup deploy --verbose output, Please guide me through this