api
connection_error
ai_generated
true
EventSource: reconnection failed after disconnect
ID: api/sse-reconnection-error
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| any | active | — | — | — |
Root Cause
Server-Sent Events reconnection failing.
genericWorkarounds
-
90% success Use Last-Event-ID header for resumable SSE connections
-
88% success Implement reconnection with exponential backoff
Dead Ends
Common approaches that don't work:
-
Create new EventSource on every reconnect
72% fail
Loses Last-Event-ID context
-
Fall back to polling immediately
68% fail
Higher load, no streaming benefits