0

I followed this answer to deploy an app with Heroku on a GoDaddy domain.

But when I check my url, I get the following error message:

Heroku | No such app
There is no app configured at that hostname.
Perhaps the app owner has renamed it, or you mistyped the URL.

Under my GoDaddy "Edit Zone Record" page, I have Host => "www", Points To => "(heroku app name)", and TTL => "1 hour"

When I copy and paste the contents of the Points To field into the url bar, it brings up my live site with no errors.

So why would it be telling me there is no such app?

Community
  • 1
  • 1
Jeff Caros
  • 841
  • 2
  • 11
  • 28

1 Answers1

1

Did you add the domain name to your Heroku app?

https://devcenter.heroku.com/articles/custom-domains

Josh
  • 7,473
  • 3
  • 29
  • 32