You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I load the stream route in the browser, the contents briefly flash but then vanish and there's a ‘Connection closed’ error in the browser console:
Error.-.Connection.Closed.mov
I get the same behaviour locally and on Cloudflare workers.
I'm trying to figure out how to get responses with a chunked transfer encoding using RedwoodSDK but I'm running into an error when I try to do so.
I have a very basic app with a “normal” route and a streamed route that I pretty much copied from the kitchen sink example:
When I load the stream route in the browser, the contents briefly flash but then vanish and there's a ‘Connection closed’ error in the browser console:
Error.-.Connection.Closed.mov
I get the same behaviour locally and on Cloudflare workers.