Fix SetupGuard error handling and add retry UI
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user