meteor-up: Verifying Deployment: FAILED
Previous instance I don’t have a problem redeploying. I created a new instance in EC2 and I’m getting this error.
Verifying Deployment: FAILED
-----------------------------------STDERR-----------------------------------
e/lib/connection/connection.js:170:10)
at Socket.g (events.js:260:16)
at emitNone (events.js:67:13)
> meteor-dev-bundle@0.0.0 install /bundle/bundle/programs/server
> node npm-rebuild.js
{
"meteor-dev-bundle": "0.0.0",
"npm": "3.10.5",
"ares": "1.10.1-DEV",
"http_parser": "2.5.2",
"icu": "56.1",
"modules": "46",
"node": "4.4.7",
"openssl": "1.0.2h",
"uv": "1.8.0",
"v8": "4.5.103.36",
"zlib": "1.2.8"
}
npm WARN meteor-dev-bundle@0.0.0 No description
npm WARN meteor-dev-bundle@0.0.0 No repository field.
npm WARN meteor-dev-bundle@0.0.0 No license field.
=> 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.
=> Redeploying previous version of the app
-----------------------------------STDOUT-----------------------------------
To see more logs type 'mup logs --tail=50'
----------------------------------------------------------------------------
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 15
This is most often because the verification is not waiting long enough for the app to finish starting up. See my issue #265