[BUG] Dispatch not responding on macOS — QueryClient crash + VM networking entitlement missing (v1.19669)
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Dispatch from the app and from mobile still shows read and never replies.
What Should Happen?
Dispatch should reply.
Error Messages/Logs
Environment
- Claude Desktop version: 1.19669
- OS: macOS, Apple Silicon (Mac Mini M2)
- Plan: Max
What's wrong
Dispatch sessions do not respond. Messages are marked as read, the backend processes them successfully (confirmed in main.log), but no response ever appears — not in the desktop Dispatch tab, not remotely.
This persists after:
- Updating to the latest version
- Full quit and relaunch
- Cmd+R on the Dispatch tab
- Deleting local-agent-mode-sessions and bridge-state.json
Logs
From claude.ai-web.log (repeats on every Dispatch interaction):
[REACT_QUERY_CLIENT] QueryClient error: Error: Not found
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'includes')
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 listeners added.
From coworkd.log:
[coworkd] IPv4 route not yet available, emitting NOT_CONNECTED
[coworkd] configuring static IP on enp0s1: 172.16.10.3/24 gateway=172.16.10.1
From main.log (backend completes successfully but UI never renders):
[Result] Turn succeeded for session local_ditto_a5d946c4-...
[sessions-bridge] Query completed (pendingTurns=0, isError=false)
[CycleHealth] cycle_health: 'healthy'
Root cause (based on prior issues)
Two separate bugs appear to be compounding:
- UI renderer crash on Dispatch responses — matches #40142 and #40430
- VM networking entitlement issue (com.apple.vm.networking missing) — matches #40283
Both survived the 1.1.9493 patch.
Workaround
Standard Cowork sessions work normally. Only Dispatch is broken.
Related issues
- #40142
- #40283
- #40430
### Steps to Reproduce
Steps to reproduce: Updated to 1.19669, restarted, Dispatch tab shows messages as read but no response — both from desktop tab and remotely.
Workaround attempted: Deleted local-agent-mode-sessions and bridge-state.json — restored sessions but did not fix Dispatch.
### Claude Model
Sonnet (default)
### Is this a regression?
Yes, this worked in a previous version
### Last Working Version
_No response_
### Claude Code Version
1.19669
### Platform
Anthropic API
### Operating System
macOS
### Terminal/Shell
Terminal.app (macOS)
### Additional Information
_No response_This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗