Desktop app hangs indefinitely on every request (Marinating/Concocting/Imagining...)
Resolved 💬 3 comments Opened Mar 16, 2026 by leonkatz Closed Mar 20, 2026
Description
Every message sent in the desktop app results in an infinite loading spinner (cycling through messages like "Marinating...", "Concocting...", "Imagining...") with no response ever returned.
Environment
- OS: macOS (Darwin 25.3.0)
- Desktop app version: 2.1.76
- CLI version: 2.1.76 (native install)
Steps to Reproduce
- Open the desktop app
- Start a new session
- Send any message (e.g. "Hi are you working")
- Loading indicator appears and spins indefinitely — no response
What I Tried
- Force quit and relaunched the app
- Cleared
~/Library/Application Support/Claudecompletely - Removed duplicate npm global installation (
npm -g uninstall @anthropic-ai/claude-code) - Tried multiple new sessions
What Works
- CLI (
claude) works perfectly - API connectivity confirmed:
curl https://api.anthropic.com/v1/messagesreturns401as expected
Expected Behavior
The app should respond to messages within a few seconds.
Actual Behavior
Infinite spinner, no response ever returned.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗