-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cant't connect to dev server #3880
Comments
You can ping localhost to check whether localhost has been hijacked and see if localhost is mapped to 127.0.0.1. |
Upgrade your Go version to 1.23.0 or above may fix problem. |
This is working fine in 14.6.1. I wonder if something changes in the 15.0+ releases to local network stack. |
I'm running on 15.1 but cannot reproduce this issue. Maybe it does have something to do with the Go version? Using 1.23.2 here.
|
Description
After creating a new wails app, running
wails dev
I get the expected output :however, when going to http://localhost:34115 in chrome or safari I get 'connection refused'
To Reproduce
wails dev
Expected behaviour
See wails project running in browser
Screenshots
wails.mov
Attempted Fixes
running
wails dev
as sudoConfirming network features are in the dev plist as in the resolved github issues
rebooted mac
Checked to see if wails or any other process is listening on 34115 (nothing is returned from
sudo lsof -i -P | grep LISTEN | grep :34115
)System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: