-
-
Notifications
You must be signed in to change notification settings - Fork 203
Duplicate messages in chat UI #29
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Image Variant
Full (latest / dev)
Image Tag / Version
latest
Host OS
Linux
What happened?
Every message I send appears twice in the chat interface, with a 1-second timestamp difference between them (e.g., 21:13:25 and 21:13:27). Claude's "Thinking..." indicator also appears twice as two separate response blocks simultaneously. Claude's actual response only appears once — so functionally everything works, it's purely a UI rendering issue.
What did you expect?
Each sent message should appear once. Claude's thinking/processing indicator should appear once.
Steps to reproduce
- Deploy HolyClaude via Docker Compose on a Raspberry Pi 5 (ARM64, Linux)
- Open the web UI via direct local IP (http://10.0.0.3:3002) — not through a reverse proxy
- Create a CloudCLI account and start a new session
- Send any message
- Both the sent message and Claude's Thinking indicator appear duplicated in the chat
Environment
- HolyClaude image: coderluii/holyclaude:latest
- Host: Raspberry Pi 5 (ARM64, Linux)
- Browsers tested: Safari (macOS) and Chrome (macOS) — issue occurs in both
- Access: Direct local IP, reverse proxy ruled out as cause
- Fresh install with clean data directory
What I've already tried
- Fresh container with clean data directory
- Removed .holyclaude-bootstrapped sentinel file and restarted
- github.com
- Tested in Safari and Chrome
- Created new sessions via + New Session
Docker Compose / Run command
Logs / Error output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working