Problems deploying to eu-west-1.galaxy.meteor.com (Dublin)

I’m getting this error whenever I try to deploy to the EU servers.

Talking to Galaxy servers at https://eu-west-1.galaxy.meteor.com
Deploying your app…

Error deploying application: Internal error

The same app deploys fine to galaxy.meteor.com

Any ideas?

Dave

Do like this.

meteor logout
meteor login

try again. It should work.

Unfortunately this still fails with the same error as follows:

meteor logout
meteor login (entered username and password)
DEPLOY_HOSTNAME=eu-west-1.galaxy.meteor.com meteor deploy myapp --settings settings.myapp.json

The app builds correctly followed by

Talking to Galaxy servers at https://eu-west-1.galaxy.meteor.com
Deploying your app…

Error deploying application: Internal error

I tried doing the exact same thing with a us server and it deploys fine.

Does anything in this thread help?

The answer is in that thread. I needed to login at https://eu-west-1.galaxy.meteor.com rather than https://galaxy.meteor.com It seems to have deployed now.

Thanks

1 Like