I have configured my domain to heroku IPs 75.101.163.44 75.101.145.87 174.129.212.2
But it's not redirecting my app to my domain. The error says
There is no app configured at that hostname. Perhaps the app owner has renamed it, or you mistyped the URL.
Does each Heroku app have its own IP address? If so how to get the unique IP and how to redirect it to domain. Thanks.
Heroku doesn't provide DNS services therefore there are no name servers. You use your domain name registrars control panel to point your DNS records at your Heroku application. Typically this is a CNAME record pointing at the . herokuapp.com entry.
First connect to the Heroku dashboard, select the heroku application and go to the "Settings" tab. Scroll down until you reach the Domain and certificates section. Click on the purple "Add domain" button and type the domain name with its subdomainyou want to use.
Navigate to the project folder from the terminal then type "heroku domains:add www.yourdomain.com". The domain name is the one purchased from GoDaddy. Next, log into your GoDaddy account and find the domains area in the upper left navigation tab. The domains tab will allow you to choose a domain then launch.
Just follow these instructions and use the (unfortunately no longer free) Zerigo DNS Add-On. It's pretty easy.
Heroku applications don't have a static IP address because they're distributed across nodes in Heroku's dyno grid.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With