openclaw - 💡(How to fix) Fix [Bug]: Sessions list click and Isolated agent cron

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Sessions list click unresponsive + isolated-agent cron module hash mismatch in OpenClaw 2026.5.27 on Linux

Error Message

Bug 1: Browser console error — Connecting to 'wss://app-14d7daf84a32c8bbb011-dx4600pro-8f64-b86d.cn18.ugapp.link/' violates Content Security Policy directive: "connect-src 'self' ws: wss: ..." — The native bridge WebSocket (used for UI→gateway RPC) is CSP-blocked, so session switching RPC never reaches the gateway. Browser CSP error: Gateway runtime error:

Root Cause

Sessions list click unresponsive + isolated-agent cron module hash mismatch in OpenClaw 2026.5.27 on Linux

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

Sessions list click unresponsive + isolated-agent cron module hash mismatch in OpenClaw 2026.5.27 on Linux

Steps to reproduce

Bug 1 - Sessions list click:

1.Open Control UI at http://localhost:18799/__openclaw__/ui/sessions 2.Click any session row 3.Expected: session detail panel opens 4.Actual: no response; browser console shows CSP violation blocking WebSocket to tunnel URL

Bug 2 - Isolated agent cron:

1.Any cron job with sessionTarget="isolated" fires 2.Gateway log shows: "isolated-agent-RqVF0uVF.js: Module hash mismatch (referenced undefined 3.usage-format-D12SKIR6.js, expected usage-format-CYpvDmqs.js)" Session fails to initialize; cron produces no output

Expected behavior

Bug 1: In 2026.5.20, clicking a session row opens the detail panel Bug 2: In 2026.5.20, isolated-agent sessions initialize successfully

Actual behavior

Bug 1: Browser console error — Connecting to 'wss://app-14d7daf84a32c8bbb011-dx4600pro-8f64-b86d.cn18.ugapp.link/' violates Content Security Policy directive: "connect-src 'self' ws: wss: ..." — The native bridge WebSocket (used for UI→gateway RPC) is CSP-blocked, so session switching RPC never reaches the gateway. Bug 2: Gateway runtime log shows Module hash mismatch — the embedded runtime references usage-format-D12SKIR6.js which doesn't exist (should be usage-format-CYpvDmqs.js).

OpenClaw version

2026.5.27

Operating system

Linux 6.12.30+ (x64) on DX4600PRO NAS

Install method

npm global

Model

minimax/MiniMax-M2.7

Provider / routing chain

minimax (primary: minimax-portal/MiniMax-M2.7 via OAuth | fallback: minimax/MiniMax-M2.7 via API key)

Additional provider/model setup details

Browser CSP error: "Connecting to 'wss://app-14d7daf84a32c8bbb011-dx4600pro-8f64-b86d.cn18.ugapp.link/' violates Content Security Policy directive: "connect-src 'self' ws: wss: https://api.openai.com https://tweakcn.com\""

Gateway runtime error: "isolated-agent-RqVF0uVF.js: Module hash mismatch (referenced undefined usage-format-D12SKIR6.js, expected usage-format-CYpvDmqs.js)"

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Bug 1: In 2026.5.20, clicking a session row opens the detail panel Bug 2: In 2026.5.20, isolated-agent sessions initialize successfully

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Sessions list click and Isolated agent cron