Live data from Hacker News

Issues with upstream DNS provider

status.heroku.com

121–130 of 159 posts

Re: Issues with upstream DNS provider

#121
post #112

Earlier quoted context omitted.

Do you use Cloudflare?

No we just run our API on heroku and use no custom domain names. For some of us requests are working as normal, but for others every request is failing.

What error are you getting? Because for us it seemed that the Cloudflare HerokuDNS link was down. But even then I was able to access my app from the dashboard (like https://my-app.herokuapp.com/)

Re: Issues with upstream DNS provider

#126

I am now seeing one of my services coming back online. For this service I have not replaced the CNAME. Anyone else seeing some service restoration as well?

Same boat for me. How long do you think you'll wait to go back to CNAME's?

I went back to the CNAME now and everything is up and running. Fingers crossed that Heroku reports to have the issues resolved.

Re: Issues with upstream DNS provider

#127

We just deployed a workaround that brought our site back up. 1. Find your DNS Target in heroku. It should end with .herokudns.com 2. Lookup the historical DNS record to get the IP addresses. You can find historical DNS records here: https://securitytrails.com/dns-trails 3. Replace your CNAME record in your DNS provider with A records that point to the IP addresses you just found. Your site should come back up shortly…

Thank you! You saved our ass.

Re: Issues with upstream DNS provider

#129
It worked for us too. Thanks.

Note: If you used to have a CNAME record for yourdomain.com to www.yourdomain.com, then you have to add two A records per each IP (one whose name is yourdomain.com pointing to the IP, and another whose name is www pointing to the same IP)

Re: Issues with upstream DNS provider

#130

We just deployed a workaround that brought our site back up. 1. Find your DNS Target in heroku. It should end with .herokudns.com 2. Lookup the historical DNS record to get the IP addresses. You can find historical DNS records here: https://securitytrails.com/dns-trails 3. Replace your CNAME record in your DNS provider with A records that point to the IP addresses you just found. Your site should come back up shortly…

It worked for us too. Thanks.

Note: If you used to have a CNAME record for yourdomain.com to www.yourdomain.com, then you have to add two A records per each IP (one whose name is yourdomain.com pointing to the IP, and another whose name is www pointing to the same IP)

Post reply on HN