Reputation: 33
I have an app on Heroku hosting and I'm able to reach it from app.herokuapp.com.
I bought a domain from name.com and added it to custom domain at heroku (www.mydomain.com).
On name.com I've configured ANAME dns type:
Host: www.mydomain.com
Answer: app.herokudns.com (provided by heroku). I read lot of problems related to this but any solution worked for me. What can i do? is my dns configuration ok?
Upvotes: 2
Views: 1164
Reputation: 169414
You need to set CNAME www to the DNS target in Heroku. The DNS target ends with "herokudns.com", and at least in my app it's not app.herokudns.com it's a bunch of characters and numbers in place of "app".
Upvotes: 1