use locat and navigate react odm router issue final fix

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-10 13:58:13 +00:00
parent 3f49a2599e
commit c665c44aba
21 changed files with 337 additions and 19 deletions

View File

@@ -100,4 +100,11 @@ The logout was NOT caused by backend issues or container restarts. It was caused
### Status
**RESOLVED** - Auth state stable, backend permissions correct, useLocation fix preserved.
**ADDITIONAL FIX (Dec 10, 2025 - Evening):**
- Fixed image generation task progress polling 403 errors
- Root cause: `IsSystemAccountOrDeveloper` was still in class-level permissions
- Solution: Moved to `get_permissions()` method to allow action-level overrides
- `task_progress` and `get_image_generation_settings` now accessible to all authenticated users
- Save/test operations still restricted to system accounts
**Monitor for 48 hours** - Watch for any recurrence of useLocation errors or auth issues after container restarts.