Has anyone experienced this issue with using remix actions using the StreamingTextResponse wit vercel's new ai package.
This explanation was provided by a vercel developer in the issue:
Basically Remix uses node-fetch and we're using the spec compliant fetch implementation. If you use the edge runtime on Vercel it should work:
StreamingTextResponse not compatible with Remix action function #199
https://github.com/vercel-labs/ai/issues/199