I’m using an LLM API’s streaming feature (for Claude). It was fine until past couple of days but suddenly it stopped working. Streaming from edge function is working, but chunks arrive together at once at the end. It works fine in my local server.
This happened without me doing anything with the code so I’m thinking I don’t have anything to do with it.
I tried doing the streaming without external packages and without edge functions. All of them worked on my local server but didn’t work on netlify.
Left is localhost, right is live production in netlify servers.