Closed
Description
With --debug it gets stuck polling for status:
-
Meteor version
1.5 -
Package version (run
meteor-azure -v
)
2.0.2 -
Command output with debug mode enabled
> meteor-azure --debug --settings settings.json --web-config .\.config\azure\web.config
info: Authenticating with interactive login...
To sign in, use a web browser to open the page https://aka.ms/devicelogin and enter the code - to authenticate.
debug: completed Azure authentication
info: Updating Azure application settings
debug: set environment variables
debug: set Meteor settings
debug: set Kudu deployment settings
debug: set Node to v4.8.3
debug: set NPM to v4.6.1
info: Compiling application bundle
debug: generate meteor build
debug: add custom web config
debug: create tarball
info: Deploying bundle tarball
info: Running server initialisation, polling for status...
Without the --debug flag it shows this error:
info: Running server initialisation, polling for status...
error: getaddrinfo ENOTFOUND viewmodel.scm.azurewebsites.net viewmodel.scm.azurewebsites.net:443
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ViewModel.org@ just-deploy: `meteor-azure --settings settings.json --web-config .\.config\azure\web.config`
npm ERR! Exit status 1
I don't know where the scm
comes from. The site is viewmodel.org
and viewmodel.azurewebsites.net
redirects to it.