开始遇到错误 - ACM与GoDaddy DNS失败了您的Heroku应用程序

发布于 2025-01-24 09:22:55 字数 434 浏览 2 评论 0原文

我的应用程序一直在Heroku Hobby Dynos(以及Godaddy上的DNS唱片)上运行了18个月以上。我的应用程序已连接到GitHub,我通常用来手动进行部署。上周2022年4月18日星期一,当我开放Heroku进行部署时,我看到了错误 关闭消息 - 无法创建项目: 未经授权 在右上角 heroku-error 这是我的Godaddy dns 和错误连接到github时 基本上,我有一个根域Innovtechies.com和子域www。我有一个从根到子域www定义的转发,似乎效果很好。结果,SSL失败了,我无法部署任何更改。非常感谢您的建议和指导。谢谢。

My app has been running on Heroku hobby dynos (and DNS records on Godaddy) for over 18 months just fine. My app is connected to github and I usually use to make the deployments manually. Last week Monday April 18 2022, when I opened up heroku to make a deployment, I saw the error
Close message - Item could not be created:
Unauthorized
in the top right corner
heroku-error Here is my godaddy DNS page 1, page 2 and error when connecting to Github
Basically I have a root domain innovtechies.com and subdomain www. I have a forwarding defined from root to subdomain www which seems to work fine. As a consequence, SSL is failing and I cannot deploy any changes. I would greatly appreciate your suggestions and guidance. Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半仙 2025-01-31 09:22:55

这两件事无关。

通过github 当前由于安全事件而无法可用。您必须使用替代手段部署;最常见的是, git推动heroku main

您的SSL问题并没有打破任何问题,但是由于Godaddy正在处理无www重定向,因此您将无法在Heroku上确认它。只需将其从Heroku SSL列表中删除;您不需要它。

These two things are unrelated.

Deploying to Heroku via Github is currently unavailable due to a security incident. You'll have to use alternate means of deploying; most typically, git push heroku main.

Your SSL issue isn't breaking anything, but because GoDaddy is handling the no-www redirect, you're not going to be able to confirm it on Heroku. Just remove that from the Heroku SSL list; you don't need it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文