herokudns

Trouble setting up Gandi custom domain name with heroku app


I am trying to set custom domain name to my heroku app. I bought a domain name on gandi, then I created a new version of the gandi zone file linked to my domain and finally I made the www point to my heroku app. I then activated the relevant file zone : enter image description here

I also set my app config with my custom domaine name :

enter image description here

I waited for more than a day and when I m trying to enter my url, this is what I get : enter image description here

Do you know what might be going wrong ?


Solution

  • In your Gandi DNS quickbed.org zone settings, instead of

    www.quickbed.org CNAME quickbedlanding.herokuapp.com 
    

    you need just

    www CNAME quickbedlanding.herokuapp.com 
    

    (your current entry will result in www.quickbed.org.quickbed.org being pointed at quickbedlanding.herokuapp.com)