From a47cf964e54c10be2f21ea7a661c778084d9f9d0 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 26 Feb 2026 15:15:53 +0100 Subject: [PATCH] fix(setup): redirect to port 8080 after restore After restore, the setup server (port 8081) exits and the main controller restarts on port 8080. waitForRestart() now polls port 8080 using no-cors mode and redirects there when it responds. Co-Authored-By: Claude Opus 4.6 --- .../setup/templates/setup_restore_exec.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/controller/internal/setup/templates/setup_restore_exec.html b/controller/internal/setup/templates/setup_restore_exec.html index b927d96..874aa99 100644 --- a/controller/internal/setup/templates/setup_restore_exec.html +++ b/controller/internal/setup/templates/setup_restore_exec.html @@ -33,14 +33,13 @@