-
-
Notifications
You must be signed in to change notification settings - Fork 69.2k
CLI commands fail to connect when gateway is bound to Tailnet #176
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
After completing onboarding with Gateway bind set to Tailnet, CLI commands like clawdis health fail with a timeout error.
Steps to reproduce
- Run
clawdis onboard - Select Local for gateway location
- Select Tailnet for Gateway bind
- Complete the rest of onboarding
- Start the gateway:
pnpm clawdis gateway - Run
pnpm clawdis health
Expected behavior
clawdis health should connect to the running gateway and display health status.
Actual behavior
Error: gateway timeout
The gateway is running and reachable (HTTP returns 200, Control UI loads in browser), but CLI commands cannot connect.
Environment
- Clawdis v2.0.0-beta5
- macOS
- Tailscale configured and connected
Workaround
Manually editing ~/.clawdis/clawdis.json to change mode from "local" to "remote" and duplicating the token into gateway.remote.token resolves the issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.