我正在嘗試向兩個Heroku應用程序添加自定義域名,但它不起作用。我以前做過沒有問題。Heroku:自定義域名無法正常工作
在Heroku網站上,我添加了Zerigo DNS(在附加部分),然後添加了域名。在Godaddy上,我將名稱服務器更改爲
a.ns.zerigo.net
b.ns.zerigo.net
c.ns.zerigo.net
d.ns.zerigo.net
e.ns.zerigo.net
昨天我做到了這一點(24小時前)。它總是在兩個小時之前工作。
我知道還有一種方法可以通過控制檯添加自定義域。當我嘗試這樣做
heroku addons:add custom_domains:basic
我得到迴應「應用程序未找到」即使我可以查看應用程序(這僅僅是一個博客)生活在互聯網上。
更新 在評論中嘗試建議,我得到
heroku addons:add custom_domains:basic --app hollow-cloud-8495.heroku.com/
Adding custom_domains:basic to hollow-cloud-8495.heroku.com/... /Users/michael/.rvm/gems/[email protected]/gems/heroku-api-0.2.4/lib/heroku/api.rb:64:in `rescue in request': undefined method `response' for #<Excon::Errors::StubNotFound:0x000001028649a0> (NoMethodError)
from /Users/michael/.rvm/gems/[email protected]/gems/heroku-api-0.2.4/lib/heroku/api.rb:59:in `request'
from /Users/michael/.rvm/gems/[email protected]/gems/heroku-2.26.5/lib/heroku/auth.rb:29:in `request'
from /Users/michael/.rvm/gems/[email protected]/gems/heroku-api-0.2.4/lib/heroku/api/addons.rb:34:in `post_addon'
from /Users/michael/.rvm/gems/[email protected]/gems/heroku-2.26.5/lib/heroku/command/addons.rb:76:in `block in add'
from /Users/michael/.rvm/gems/[email protected]/gems/heroku-2.26.5/lib/heroku/helpers.rb:232:in `action'
from /Users/michael/.rvm/gems/[email protected]/gems/heroku-2.26.5/lib/heroku/command/addons.rb:75:in `add'
from /Users/michael/.rvm/gems/[email protected]/gems/heroku-2.26.5/lib/heroku/command.rb:176:in `run'
from /Users/michael/.rvm/gems/[email protected]/gems/heroku-2.26.5/lib/heroku/cli.rb:9:in `start'
from /Users/michael/.rvm/gems/[email protected]/gems/heroku-2.26.5/bin/heroku:17:in `<top (required)>'
from /Users/michael/.rvm/gems/[email protected]/bin/heroku:19:in `load'
from /Users/michael/.rvm/gems/[email protected]/bin/heroku:19:in `<main>'
你得到的時候'Heroku的插件問題行下降:添加custom_domains:基本--app YOURAPPNAME' ? ...當你嘗試'heroku auth:login'時嘗試使用相同的方法,然後運行插件? –
@JesseWolgamott嘗試了你的建議。見操作更新。 – Leahcim
看起來你應該與Heroku支持人員討論這個問題。 –