-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remix – ReadableStream type mismatch: The "transform.readable" property must be an instance of ReadableStream. Received an instance of ReadableStream #602
Comments
Also added here: remix-run/remix#7547 |
Actually, probably not a problem with AI package, nor Remix, but the remix build tooling from Vercel. |
Are you using node 18+? |
Yes, 18.7 |
Is this resolved? vercel/remix#60 and vercel/remix#56 seems to have resolved it. |
Nope, still an issue! Tried upgrading to latest remix and vercel ai, deployed anew on vercel, still the same error:
|
Hey @Klingefjord, could you please create a reproduction so we can check this out? |
Probably related: vercel/remix#62 |
Omitting the call to |
is this issue resolved?? facing same |
@nsijwali did you try removing |
I am using Remix (2.0.1) and Vercel AI (2.2.13).
I am getting this error when submitting a chat message in production (deployed on Vercel using the Remix template).
The error does not occur locally:
Code to replicate:
/api/chat
The text was updated successfully, but these errors were encountered: