SSE continually buffering

Hello, I recently deployed a new app to render for the first time and it uses SSE for sending events to the front end as things happen. This works well locally and I can see messages as soon as they happen. But I deployed it yesterday and the SSE call just continues to wait, and it waits forever.

Is there anything I need to do to make SSE flow through render correctly?

The source code is public if that will help GitHub - oestrich/tapio: A Twitter clone to stress test Aino development

Hi @oestrich,

We unfortunately do not support SSE at the time due to some Cloudflare restrictions. We are working to find a solution for this - in the meantime, you may want to consider using websockets as an alternative. Sorry for any trouble!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.