I'm trying to add a custom domain for my heroku app, myapp.herokuapp.com to www.example.com
Here are the steps i've done so far :
In heroku setting, i added my custom domains, so heroku gave my the following DNS Target: www.example.com.herokudns.com
On my DNS provider (ovh) setting, i created the following CNAME record: www.example.com with the following target: www.example.com.herokudns.com
I waited for more than 24hours, but i still cant access my site with www.example.com
Did i forget one step ?
Many thanks