Fix SetupGuard error handling and add retry UI

This commit is contained in:
2026-04-19 20:20:31 +02:00
parent c58eb240b1
commit d0991e0d40
3 changed files with 70 additions and 8 deletions

View File

@@ -89,7 +89,9 @@ Issues are grouped by category and ordered roughly by severity. Each entry descr
---
### TASK-005 — `SetupGuard` redirects to `/setup` when the backend is temporarily unreachable
### TASK-005 — `SetupGuard` redirects to `/setup` when the backend is temporarily unreachable (done)
**Where fixed:** `frontend/src/components/SetupGuard.tsx`
**Where found:** `frontend/src/components/SetupGuard.tsx`. When `useSetup` returns `{ loading: false, status: null }` due to a network error, the guard treats this the same as "setup not completed" and redirects to `/setup`.