我正在尝试将名为[dorj]的流星应用程序部署到galaxy中。
奇怪的是,我将[http://dorj.memoranum.pro]设置为指向应用程序名称[dorj]消失的[eu-west-1.galaxy-ingress.meteor.com]。
我使用和不使用[www]:
在两个地方部署我的应用程序但是如果两个应用程序都启动,我会收到错误503:
[http://dorj.memorandum.pro] => [503服务不可用:没有健全的终端来处理请求。] +网址已更改为[http://eu-west-1.galaxy-ingress.meteor.com/]
我猜我有DNS错误?
应用程序似乎已启动,它们给了我同样成功的消息:
数据库的错误(在撰写时托管)可能就是这样。但我猜错误会有所不同?
我还应该检查什么?
编辑
Deployememnt命令:
$ DEPLOY_HOSTNAME=eu-west-1.galaxy-deploy.meteor.com meteor deploy dorj.memorandum.pro --settings ./settings.json
Talking to Galaxy servers at https://eu-west-1.galaxy-deploy.meteor.com
Deploying your app...
App starting at dorj.memorandum.pro in memorandum's account in
eu-west-1.
Visit https://eu-west-1.galaxy.meteor.com/app/dorj.memorandum.pro to check the
status of your app.