1.4 doesn't detect that Meteor has started
See original GitHub issueWith 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?
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (6 by maintainers)
Top Results From Across the Web
Meteor not detecting new files - help
I'm just copying the tutorial, but here it is: //client/main.js import '../imports/ui/body.js'; //imports/ui/body.js import { Template } ...
Read more >How to Update Your Enterprise Meteor Application to 1.4
Marty shares how to update your Enterprise Meteor Application to 1.4 in this easy to follow guide.
Read more >meteor can't find module SyncedCron - Stack Overflow
To solve this problem first of all you need to import this line import {SyncedCron} from 'meteor/percolate:synced-cron';.
Read more >Meteorite - Terraria Wiki - Fandom
Meteorite, Hellstone, Luminite, and Obsidian are the only ores that do not have "ore" in the name. Meteorite cannot be broken by explosives...
Read more >MOTORCYCLE NOT STARTING | Royal Enfield Meteor 350 DIY
There may be several reasons why your Royal Enfield Meteor may not start. Watch this video to know the various possibilities and their ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
@AfaaqSuhail same error .How did you fix it?