Troubleshooting
Cannot Login
- Verify username/password pair
- Check whether bootstrap/join is completed
- Confirm backend is reachable and auth config is valid
Quick checks:
curl -i http://localhost:8080/
Agent Cannot Start
- Confirm workdir is under allowed
safe_paths - Check whether the agent is already running
- Review server logs for process spawn errors
Typical causes:
- Invalid workdir path
- Missing executable/provider command
- Process permission constraints
No Output or Stale Output
- Re-open the session and check status in agent cards
- Check connection badge state in header (
connected/connecting/reconnecting) - Switch to Debug/Raw output tabs for transport-level events
- Verify server process is still alive
Recovery action:
- Keep the current failed session for evidence
- Create a fresh session with the same prompt
- Compare behavior and isolate environment differences
See also: Connection Status and Recovery
Worktree Problems
- Ensure selected repository path exists and is accessible
- Check branch/ref availability when using create-worktree flows
- Clean up abandoned worktrees if disk usage grows unexpectedly
Recovery Strategy
- Keep the session for audit and replay
- Create a fresh run with a clean workdir/worktree
- Replay the prompt sequence in smaller steps
- If issue persists, verify deployment checklist and runtime config consistency