diff --git a/ui/src/components/VideoOverlay.tsx b/ui/src/components/VideoOverlay.tsx index 1b565d81..2f8c26e5 100644 --- a/ui/src/components/VideoOverlay.tsx +++ b/ui/src/components/VideoOverlay.tsx @@ -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