running wails dev as sudo
Confirming 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
wails doctor
Wails Doctor
# Wails
Version | v2.9.2
# System
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
| OS | MacOS |
| Version | 15.1 |
| ID | 24B83 |
| Go Version | go1.22.1 |
| Platform | darwin |
| Architecture | arm64 |
| CPU | Apple M1 Pro |
| GPU | Chipset Model: Apple M1 Pro Type: GPU Bus: Built-In Total Number of Cores: 16 Vendor: Apple (0x106b) Metal Support: Metal 3 |
| Memory | 32GB |
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
# Dependencies
┌─────────────────────────────────────────────────────────────────────┐
| Dependency | Package Name | Status | Version |
| Xcode command line tools | N/A | Installed | 2409 |
| Nodejs | N/A | Installed | 20.11.1 |
| npm | N/A | Installed | 10.2.4 |
| *Xcode | N/A | Installed | 16.1 (16B40) |
| *upx | N/A | Available | |
| *nsis | N/A | Available | |
└────────────────────── * - Optional Dependency ──────────────────────┘
# Diagnosis
Optional package(s) installation details:
- upx : Available at https://upx.github.io/
- nsis : More info at https://wails.io/docs/guides/windows-installer/
SUCCESS Your system is ready for Wails development!
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
https://github.com/user-attachments/assets/771cc0d4-16ca-4e00-87f6-866df06e6724
Attempted Fixes
running
wails dev
as sudo Confirming 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 fromsudo lsof -i -P | grep LISTEN | grep :34115
)System Details
Additional context
No response