So, I struggled with this for the last hour. For some reason, my POW domains always hit a www.website-unavailable.com error in Chrome. Rails servers work great from the traditional rails s
and pull up at localhost:3000
. I'm using Anvil.app to manage the domains.
No matter what, I hit the www.website-unavailable.com page in Chrome immediately each time I try to visit a .dev
domain.
The strangest thing is, the site loads great in other browsers. Just not Chrome. I even tried installing Chrome Canary and it hits the exact same error (fresh install!).
I tried, in this order, to no avail, to get the server running again:
- Rebooting.
pow restart
in the terminal for various sites.- Reinstalling POW.
- Clearing the DNS cache at
chrome://net-internals#dns
Nothing seems to work. Any idea what I could do to get this working again? Not a huge deal to use localhost:3000 but I love POW. The strange thing is, it was working wonderfully for weeks.
8.8.8.8
and8.8.4.4
(the Google DNS settings) and pages actually load faster AND my Pow is working again. I would have never thought that was the issue, so thank you for your help! – Except