未在Android KitKat上加载Google域名网址的Heroku网站

时间:2020-12-30 10:43:18

I recently launched a Rails app on Heroku, and used a domain registered through Google Domains. The custom URL loads the site on all devices and computers that I've tried, except for Android devices running KitKat. On KitKat devices, I get a "ERR_NAME_NOT_RESOLVED" error. If I use the heroku url, the site loads on all devices including KitKat, which leads me to believe it's a Google Domains related issue. My domain is associated to the heroku site via CNAME record. Any ideas? Already put in a ticket with Google support, but they've had no luck so far. Thanks.

我最近在Heroku上推出了一个Rails应用程序,并使用通过Google Domains注册的域名。除了运行KitKat的Android设备之外,自定义URL会在我尝试过的所有设备和计算机上加载该网站。在KitKat设备上,我收到“ERR_NAME_NOT_RESOLVED”错误。如果我使用heroku网址,该网站会加载包括KitKat在内的所有设备,这让我相信这是一个与谷歌域名相关的问题。我的域名通过CNAME记录与heroku网站相关联。有任何想法吗?已经有谷歌支持的票,但到目前为止他们没有运气。谢谢。

1 个解决方案

#1


8  

The question was resolved by Google Domains tech support after three days. It seems that when adding a CNAME record on Google Domains, you must remove the http:// before your app's domain. You must also put a period at the end of your heroku app domain, so "http://arcane-whatever-4322.herokuapp.com" would need to be "arcane-whatever-4322.herokuapp.com." . Google Domains directions are still a little unclear, probably because it's in beta.

三天后Google Domains技术支持解决了这个问题。似乎在Google Domains上添加CNAME记录时,您必须在应用的域之前删除http://。您还必须在heroku应用程序域的末尾添加句点,因此“http://arcane-whatever-4322.herokuapp.com”需要为“arcane-whatever-4322.herokuapp.com”。 。谷歌域名的方向仍然有点不清楚,可能是因为它处于测试阶段。

#1


8  

The question was resolved by Google Domains tech support after three days. It seems that when adding a CNAME record on Google Domains, you must remove the http:// before your app's domain. You must also put a period at the end of your heroku app domain, so "http://arcane-whatever-4322.herokuapp.com" would need to be "arcane-whatever-4322.herokuapp.com." . Google Domains directions are still a little unclear, probably because it's in beta.

三天后Google Domains技术支持解决了这个问题。似乎在Google Domains上添加CNAME记录时,您必须在应用的域之前删除http://。您还必须在heroku应用程序域的末尾添加句点,因此“http://arcane-whatever-4322.herokuapp.com”需要为“arcane-whatever-4322.herokuapp.com”。 。谷歌域名的方向仍然有点不清楚,可能是因为它处于测试阶段。