fix: force page reload when redirecting from reboot actions

This commit is contained in:
Adam Shiervani 2025-10-27 11:36:53 +01:00
parent e2fd6961e2
commit 1afd61e687
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ export function RebootingOverlay({ show, postRebootAction }: RebootingOverlayPro
const targetUrl = new URL(postRebootAction.redirectTo, window.location.origin);
window.location.href = targetUrl.href;
window.location.reload();
}
} catch (err) {
// Ignore errors - they're expected while device is rebooting