-
Notifications
You must be signed in to change notification settings - Fork 46
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
orb.local domains in no longer work with MacOS Sequoia #1452
Comments
.local domains generally don't work. https://discussions.apple.com/thread/6611817?sortBy=rank&page=3 The solution given sudo discoveryutil mdnsactivedirectory yes doesn't work on macOS15 because discoveryutil isn't found. The error appears as follows: |
For all my browsers, I have accepted the Local Network settings, yet the .local domain does not work. http://localhost:{port} works. |
I am using the Arc browser and needed to allow Arc Helper (GPU) in addition to Arc. Now I am able to access https://orb.local again. |
Just a quick note to say its working perfectly for me with |
Version 1.7.4 (17448) fixes the issue for me. Thank you 🙏🏻 |
https://orb.local is inaccessible, but I added a custom domain name ecweb.local to the /etc/hosts file, and http://ecweb.local can be resolved and accessed. ping -c 3 ecweb.local
PING ecweb.local (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.061 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.262 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.192 ms
--- ecweb.local ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.061/0.172/0.262/0.083 ms
ping -c 3 orb.local
ping: cannot resolve orb.local: Unknown host |
I have the same issue |
Doesn't work for me either OrbStack info: System info: Full report: https://orbstack.dev/_admin/diag/orbstack-diagreport_2024-10-18T20-13-20.147916Z.zip |
Local Network Privacy is new in Sequoia. The developer would have to update the app with a "multicast entitlement" so that it can be granted access by the user. |
Describe the bug
After upgrading to MacOS Sequoia, my system is no longer able to resolve orb.local addresses.
To Reproduce
No response
Expected behavior
No response
Diagnostic report (REQUIRED)
OrbStack info:
Version: 1.7.2
Commit: 50f93373f351fe839fd72948e6aad032774c0f6c (v1.7.2)
System info:
macOS: 15.0 (24A335)
CPU: arm64, 12 cores
CPU model: Apple M3 Pro
Model: Mac15,7
Memory: 36 GiB
Full report: https://orbstack.dev/_admin/diag/orbstack-diagreport_2024-09-17T12-47-29.783823Z.zip
Screenshots and additional context (optional)
No response
The text was updated successfully, but these errors were encountered: