From f36f3f30ea5ac9b1332fd5fa130f47e8f77d6581 Mon Sep 17 00:00:00 2001 From: Wynne668 Date: Mon, 6 Jul 2026 12:26:49 +0800 Subject: [PATCH] fix(ui): recover from stale Control UI bundles (#99111) Co-authored-by: Peter Steinberger --- ui/index.html | 85 +++++++++++++++++++++++++-- ui/src/app/mount-fallback.test.ts | 36 +++++++++++- ui/src/e2e/mount-recovery.e2e.test.ts | 83 ++++++++++++++++++++++++++ 3 files changed, 197 insertions(+), 7 deletions(-) create mode 100644 ui/src/e2e/mount-recovery.e2e.test.ts diff --git a/ui/index.html b/ui/index.html index ae53ce5df699..e349debda8d3 100644 --- a/ui/index.html +++ b/ui/index.html @@ -209,14 +209,13 @@

OpenClaw Control UI

Control UI did not start

-

- The browser loaded the static page, but the app bundle did not register the - openclaw-app web component. A browser extension or early content script may - be blocking module execution. +

+ The browser loaded the static page, but the app bundle did not start. The gateway may be + restarting, or this page may reference assets from a different OpenClaw version.