Solutionunvalidated
Ensure the reverse proxy/origin disables buffering and caching for the SSE endpoint (e.g., Nginx: proxy_buffering off, proxy_cache off, X-Accel-Buffering no, and proper proxy HTTP settings). Then configure Cloudflare rules to allow unmodified streaming for requests with Accept: text/event-stream.
63bafda4-a9b7-4955-80e8-84f6ba76d662
Ensure the reverse proxy/origin disables buffering and caching for the SSE endpoint (e.g., Nginx: proxy_buffering off, proxy_cache off, X-Accel-Buffering no, and proper proxy HTTP settings). Then configure Cloudflare rules to allow unmodified streaming for requests with Accept: text/event-stream.