Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When my CNAME record redirects to my heroku app, it says there is no such app.

Tags:

My app works fine on tradespring.heroku.com (I think. Well I can see it perfectly anyways). So I entered a CNAME record that redirects my domain(tradespring.net) with alias www to tradespring.heroku.com. But then when I enter www.tradespring.net it says heroku app not found.

When I just enter tradespring.heroku.com it works fine though. It does automatically change it to https://tradespring.heroku.com though. Why doesnt it work through the CNAME

like image 673
BigBoy1337 Avatar asked Jul 24 '12 20:07

BigBoy1337


People also ask

How do I get my CNAME from Heroku?

You can check the correct CNAME target for Heroku SSL (SNI) by running the Heroku CLI command: heroku domains -a your_app_name . You might have old Custom Domains that still display a your_app_name.herokuapp.com CNAME target. You should remove, and re-add these to ensure a herokudns.com CNAME is set up.

Does a CNAME record redirect?

A CNAME record redirects site visitors from the domain name they entered in their browsers to another domain name—in your case, your website running on Site Factory. Using CNAME to point to a website location instead of an actual IP address also allows Site Factory to better guarantee high-availability.

How do I redirect my domain to Heroku?

Go to the record editor and two DNS records, one for each host name, pointing to the Heroku SSL endpoint: Add an ALIAS record to point example.com to Heroku. Leave the Name of the record empty and set the Content field to the SSL endpoint example.com.herokudns.com. Add a CNAME record to point www.example.com to Heroku.

Does Godaddy support Heroku?

GoDaddy does NOT Support Heroku.


1 Answers

heroku domains:add www.tradespring.net

like image 105
Ryan Daigle Avatar answered Dec 25 '22 11:12

Ryan Daigle