#OpenClaw Gateway Dashboard - Webchat - no messages work after compaction
1 messages · Page 1 of 1 (latest)
That sounds like the session/run is getting “stuck” right after a compaction write (or the webchat UI thinks a run is still in-flight), so new turns never start until the gateway process resets state.
A few quick questions + things to grab (these make it actionable fast):
- Version + where compaction is happening
openclaw --version- Is this auto-compaction or you clicking a manual compact button in the Dashboard webchat?
- Is it only Dashboard Webchat, or all channels?
- After it “breaks”, do messages from Discord/Telegram/etc still get replies?
- If other channels still work: likely Dashboard/websocket state (try a hard refresh / reconnect).
- If nothing works: likely gateway/session runner stuck.
- Run the standard triage while it’s broken (inside the docker container if that’s where the CLI is):
openclaw statusopenclaw gateway statusopenclaw logs --follow(or grabdocker logs <container> --since 10m)