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 :
I also set my app config with my custom domaine name :
I waited for more than a day and when I m trying to enter my url, this is what I get :
Do you know what might be going wrong ?
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
)