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