-
Notifications
You must be signed in to change notification settings - Fork 257
10.11 El Capitan Beta 1 Upgrade Breaks Pow #507
Comments
Here's what I've found: I can hit pow on port 20559: http://127.0.0.1:20559 I have uninstalled and reinstalled with no change in behavior. If there's something else I can do to help debug, I'm glad to help. |
I am having the same problem. I have also verified that I can Granted I am no The following is what I believe is possibly relevant from
Trying to hit port 80 on
However, when I hit port This tells me that the Pow rack app is running. So it seems we have name resolving working, redirection not working, and the rack app working. I thought maybe it was forwarding not being enabled, but nope.
At this point my knowledge has been exhausted. If anyone can point me further in a direction I am glad to try things. My best guess at this point is that some how |
I also tried the comments in #480 because it seems like exactly the same symptoms. |
Same deal here, confirmed it works when adding the port 20559 with it. |
Confirmed, it's broken in El Capitan. |
I have found a quick fix that will get the .dev domain working again. You want to edit line 37 of dns_server.js. Instead of returning "127.0.0.1", make it return "127.127.127.127". For me this file is located in For some reason, port forwarding on "127.0.0.1" doesn't work, but any other IP is fine, that is why the xip.io domains work as well. |
@tomeric I am not quite sure I understand your fix. I added an alias of 127.127.127.127 to my lo0 interface, changed the redirect rule to redirect to 127.127.127.127 and made the change you suggested but still have exactly the same problem. With exactly the same behavior. |
I'm afraid I don't understand my fix either ;-). You might want to try killing pow so it restarts (I don't know if you did this, but since I didn't put that in my original comment, you might not have)? I didn't add any aliases and have removed all custom We just figured out that since the |
Confirmed, the 127.127.127.127 fix followed by a restart fixed the issue for me. |
+1 for the 127.127.127.127 fix |
127.127.127.127 fix doesn't seem to be an option when you use subdomains. I had to use port 20559 (subdomain.mysitename.dev:20559) to get subdomains to work. |
Subdomains work fine for me. |
Ah subdomains started working after reboot. |
Using |
👍 for the 127.0.1.1fix |
I couldn't get these fixes to work in Beta 2. Anyone else still having issues resolving the DNS? |
Oh strange, the port in the |
BTW, this might be relevant: Discoveryd is Out mDNSresponder is Back Rare Apple Backpedal |
@mrsweaters having issues resolving .dev also, your suggested fix didn't help me so back to using xip.io |
Changing the port in |
Having same issue with 10.10.4, I tried adding the port 20559 and it works well, my guess is that any changes introduced in El Capitan already took place on the 10.10.4 OS X update, which is already breaking Pow. |
It stopped working after a reboot :/ It's different now, now it just spins "resolving host" |
@livecano I have the same issue. After I upgraded to 10.10.4 pow stop working. 20559 solution works. |
Can confirm that forwarding to 127.127.127.127:80 works, whereas forwarding to 127.0.0.2:80 did not seem to work for me. Requires a DNS change if you're going to use something like local.yourcompany.com, but at least it's an easy fix. |
For anyone still having trouble after fixing the inconsistent ports pointed out by @mrsweaters AND changing line 37 to 127.127.127.127 as described by @tomeric above, make sure to add the following to your
where xxx is the site you are trying to host from |
On the latest beta uninstalling & installing through |
(Apparently fixed in later El Cap releases.) |
@jeremy seems not, I having this error after a clean install of EI Cap |
Hi. Pow 0.5.0 running on Yosemite worked fine. Tried uninstall / reinstall of pow - no luck. Tried changing 127.0.0.1 to 127.127.127.127 in dns_server.js and restarting Pow (even rebooting) no luck. When I run pfctl -sa I don't have the lines: Or anything like them. Would really like to get to the bottom of this. Could those who managed to get it working before please confirm that it is still working. If this is the case - what versions are you running and what simple step did I miss?! Thanks for your help. Adam |
reinstalling worked for me, without rebooting |
@marczking, what is the output of pfctl -sa when you run it? |
When i run |
Just upgraded to El Capitan today and ran into this issue. Changing the port didn't resolve it, going to try the other suggestions. UPDATE: uninstalling + re-installing pow did the trick, everything's back up! |
None of the help above fixed the issue for me. I have three people on my team and we have the same issue for each machine. OS X Version 10.11.5 What doesn't work [no] Uninstall and re-install What does work [yes] http://127.0.0.1:20559 Pow is running |
@jspooner I'm also having this issue. Going to: I can follow instructions and have some terminal experience but not capable of advanced dev stuff :/ Thanks in advance. |
+1 for reopening. This still seems to be an issue in El Capitan. I can access all sites through port 20559, but not through port 80. |
If you can access on port 20559 (where Pow listens) but not 80 (where a pf firewall rule directs traffic to port 20559), please reinstall Pow so the firewall rule is recreated. |
I had the same symptoms as mentioned in #507 (comment) and uninstalling / reinstalling did not resolve it. Following the steps in #172 (comment) solved the problem for me. TLDR:
followed by
I'm on OSX 10.12.3 and Pow 0.5.0 |
Obviously 10.11 is still pre-release, but it seems to break existing pow sites. I don't know enough to be able to debug what's actually going wrong, but a site that worked before the upgrade now just a "Problem loading page" page with "The connection was reset".
I tried re-running the install script and re-linking my site, but no dice :(
The text was updated successfully, but these errors were encountered: