Bruno Charest
a5afbb1dc1
fix: SSE sync indicator stuck on 'Connexion...' (3 fixes)
1. Move initSyncStatus() AFTER auth check — EventSource was connecting
before the access_token cookie was available, causing 401 errors.
2. Reconnect SSE after login — Login form handler now calls
IndexUpdateManager.connect() + showWelcome() after successful auth.
3. SSESafeGZipMiddleware — GZip buffering breaks Server-Sent Events
streaming. Custom middleware subclass skips compression for
/api/events endpoint (path-based bypass).
2026-05-27 21:40:32 -04:00
..
2026-03-24 23:55:15 -04:00
2026-05-27 21:40:32 -04:00
2026-05-27 15:57:59 -04:00
2026-03-24 23:55:15 -04:00
2026-05-26 21:55:42 -04:00
2026-05-27 15:23:50 -04:00
2026-03-27 21:29:22 -04:00