Skip to content

All .orb.local domains return ERR_CONNECTION_REFUSED error #2644

Description

@gormus

Describe the bug

I'm having an issue with OrbStack where *.orb.local domains are no longer resolving.

To Reproduce

  1. Start any Dev Container project
  2. In OpenStack, find the running project in Containers list
  3. Click on the domain listed in Info tab
  4. Observe the website NOT loading in the browsers

Expected behavior

Running the container app on https://{container-name}.orb.local should load the app in the browser; instead the request times out with ERR_CONNECTION_REFUSED error

However, running the container app on http://localhost:3000 works as expected.

Diagnostic report (REQUIRED)

OrbStack info:
Version: 2.2.3
Commit: c83556b0ef8f1ba9a33abbb194622b6b7a1c0307 (v2.2.3)

System info:
macOS: 26.5.2 (25F84)
CPU: arm64, 8 cores
CPU model: Apple M2
Model: Mac14,2
Memory: 24 GiB

Full report: https://orbstack.dev/_admin/diag/orbstack-diagreport_2026-08-08T10-19-23.997958Z.zip

Screenshots and additional context (optional)

Something has changed in my mac's configuration; whether it was OrbStack configuration, or another app Like Tailscale altered the network configuration, and now all .orb.local domains stopped working.

I deleted OrbStack.app, and all references I could find in ~/.orbstack, /Library/Application Support and ~/Library/Application Support. Then, reinstalled OrbStack; but made no difference.

Not sure whether any of these files should exist for the OrbStack and macOS versions I run, but based on other similar issues, here's some diagnostics:

cat /etc/resolver/orb.local 2>/dev/null || echo "FILE_NOT_FOUND"
FILE_NOT_FOUND

cat /etc/resolv.conf 2>/dev/null | head -30
#
# macOS Notice
#
# This file is not consulted for DNS hostname resolution, address
# resolution, or the DNS query routing mechanism used by most
# processes on this system.
#
# To view the DNS configuration used by this system, use:
#   scutil --dns
#
# SEE ALSO
#   dns-sd(1), scutil(8)
#
# This file is automatically generated.
#
search home
nameserver 193.162.153.164
nameserver 194.239.134.83

cat ~/.orbstack/config/docker.json 2>/dev/null 
{}

cat ~/.orbstack/run/status/ 2>/dev/null; ls ~/.orbstack/run/status/ 2>/dev/null
running

scutil --dns | grep orb 2>/dev/null || echo "orb not found" 
orb not found

ps aux | grep -i orbstack | grep -v grep 2>/dev/null
osman            53200   4.7  8.5 1424304256 2138640   ??  Ss    8:13AM  21:30.88 /Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper vmgr -build-id macho:05775f98b4bb3d75b88520220872c248 -handoff
osman            53189   0.0  0.5 435752224 129408   ??  S     8:13AM   0:18.00 /Applications/OrbStack.app/Contents/MacOS/OrbStack



Metadata

Metadata

Assignees

No one assigned

    Labels

    t/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions