openclaw - 💡(How to fix) Fix Bug: Control UI '立即更新' (Update Now) button does nothing when clicked

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…

When the Control UI displays an update notification (e.g., "v2026.5.19 available, currently running v2026.5.12"), clicking the "立即更新" (Update Now) button produces no visible response. The button appears clickable but nothing happens — no loading state, no error message, no progress indicator.

Error Message

When the Control UI displays an update notification (e.g., "v2026.5.19 available, currently running v2026.5.12"), clicking the "立即更新" (Update Now) button produces no visible response. The button appears clickable but nothing happens — no loading state, no error message, no progress indicator.

  • Or display an error message explaining why the update cannot proceed (e.g., permission issues, dirty git state, etc.)
  • Could be a missing permission check or error handling in the frontend update flow

Root Cause

When the Control UI displays an update notification (e.g., "v2026.5.19 available, currently running v2026.5.12"), clicking the "立即更新" (Update Now) button produces no visible response. The button appears clickable but nothing happens — no loading state, no error message, no progress indicator.

Fix Action

Workaround

Running openclaw update --yes via CLI works perfectly.

RAW_BUFFERClick to expand / collapse

Bug: Control UI "立即更新" (Update Now) button not responding

Environment

  • OpenClaw Version: v2026.5.12 → v2026.5.19
  • Channel: stable
  • Install Method: pnpm
  • UI Context: WebChat (Control UI)

Description

When the Control UI displays an update notification (e.g., "v2026.5.19 available, currently running v2026.5.12"), clicking the "立即更新" (Update Now) button produces no visible response. The button appears clickable but nothing happens — no loading state, no error message, no progress indicator.

Expected Behavior

Clicking the update button should either:

  • Trigger the update process and show progress
  • Or display an error message explaining why the update cannot proceed (e.g., permission issues, dirty git state, etc.)

Actual Behavior

The button click does nothing. No UI feedback of any kind.

Workaround

Running openclaw update --yes via CLI works perfectly.

Additional Notes

  • The issue may be related to the Control UI's update handler not having the proper shell/PTY context to execute the update script
  • Could be a missing permission check or error handling in the frontend update flow
  • Browser cache / stale state might also play a role

Impact

Users who primarily interact through the WebChat/Control UI cannot reliably update without switching to the CLI.

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…

Still need to ship something?

×6

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

Back to top recommendations

TRENDING