4

I moved an app from my existing ISP to heroku 2 days ago.

It seems like it wasn't working until I realized I had put railslinks.com instead if www.railslinks.com in the heroku web control panel interface. So when I actually tried http://railslinks.com instead of http://www.railslinks.com it worked

So (today 1 hr ago) I added www.railslinks.com in the heroku control panel. I made NO changes to my DNS settings with Network Solutions (which show all my various domains with the www prefix).

So far though, I'm not yet able to connect to http://www.railslinks.com

Is there a dns-like delay in getting my heroku change propogated or am I missing something.

Note: 'myapp' is not the actual name, just my placeholder in the document.

DNS Settings at Network Solutions:

enter image description here

Heroku Settings (I've put both of them there for now, tried www alone didn't help):

enter image description here

Michael Durrant
  • 93,410
  • 97
  • 333
  • 497

3 Answers3

3

Found it, have to use my "zergio" dns editing tool:

enter image description here

Michael Durrant
  • 93,410
  • 97
  • 333
  • 497
  • 1
    yep, it's working from here now. You don't need to use Zerigo but that's just one of the addons. Also you really don't want to be using the IPs if you can help it, you'd be much better of removing all those A records for the www entries and changing it to a single CNAME entry pointing at .herokuapp.com – John Beynon May 31 '12 at 07:17
  • +1 John that sounds good, however I was just following the Heroku instructions. They do show what you mention about simple DNS setup here - https://devcenter.heroku.com/articles/zerigo_dns but then the Zerigo instructions say this: https://devcenter.heroku.com/articles/zerigo_dns so I did the latter. What do you think? – Michael Durrant Jun 01 '12 at 15:02
2

Provided you have a CNAME entry for www.myapp.com pointing at either proxy.heroku.com or myappname.herokuapp.coun then it should work.

Adding domains is almost instant on Heroku, this sounds more like a DNS issue but without knowing your real domain makes it tough to diagnose.

John Beynon
  • 37,398
  • 8
  • 88
  • 97
0

For me this has worked out for www.reactjs.co (just add www. in the heroku app admin panel):

herokuapp fix - click here for the screenshot

PrzeoR
  • 747
  • 7
  • 8