sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.04k stars 114 forks source link

fix: remix action/loaders with redirect timeout #427

Closed sammyjoyce closed 3 weeks ago

sammyjoyce commented 1 month ago

fixes #395

this issue is due to the react-router redirect function that remix uses not including a body (as it's just a redirect, so is only setting headers)

streamified response with empty body ignores other response attributes, so we write a single whitespace

thdxr commented 3 weeks ago

thank you!