-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy error: Connection refused #284
Comments
After upgrading my machine from macOS 11.6 to 11.6.1 (and the necessary reboot) the problem has gone. Strange.
Because it's all fine now, I close this issue. |
The problem is back :-( Rebooting helps, but after some time (minutes), accessing the proxy on port 3035 is not possible anymore. This means:
The
From the
Any tips on how I can fix the problem? |
This is a stab in the dark, but have you tried binding your webpack dev server to |
@nonrational Yes, that works - as does I wonder why BTW: I tried the issue on a second Mac, which behaves the same: Since a few days, |
Can you post the output of |
Ok, here we go:
|
I'm experiencing the same issue. I solved it by writing I used just the port in |
Since a few days all my applications that use
puma-dev
don't work any more because of this error:I'm using Ruby on Rails and
webpack-dev-server
with the proxy support, so there iswebpack.myapp.test
. Accessinghttps://myapp.test
works fine, buthttps://webpack.myapp.test
fails.From my
~/Library/Logs/puma-dev.log
:It seems that
127.0.0.1:3035
does not work:But when I change
127.0.0.1
tolocalhost
, then the response is fine:It seems there is something broken with
127.0.0.1
on my machine. Are there any hints what I can do? I of course I have uninstalled and reinstalledpuma-dev
, rebooted the machine and disabled the firewall, but this didn't help.More about my config:
The text was updated successfully, but these errors were encountered: