You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regressions from Run 1 (broken functionality):
- C2: Sync IDOR check always rejected (anon-UUID vs Google ID mismatch).
Fix: tag session with authenticated user's ID instead of rejecting.
- C6: Weekly reports page called 501 route (server Dexie removed).
Fix: generate reports client-side using generateWeeklyReport() directly.
- C9: Feed reactions broken (reactedBy stripped by toClient).
Fix: restore reactedBy in response (needed for reaction highlighting).
Other critical/high fixes:
- C5: rAF inference loop no longer runs before camera+models ready.
- C10: Feed page uses useAuth() user.id instead of duplicate session fetch.
- H12: Disable X-Powered-By header (poweredByHeader: false).
- C13: Playwright retries:1 in CI (traces now captured on failure).
0 commit comments