Replies: 2 comments
-
Solution, in
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Pass this option in the remix vite plugin to fix the issue: remix({
future: {
v3_singleFetch: true,
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi
@expo/server use
@remix-run/node@2.7.2
as part of the server api handling, my issue is with@remix-run/web-stream
which I understand doesn't use native fetch and cause incompatibility other library withReadableStream
. like :https://github.com/vercel/ai/blob/4d458dfd1806e793b7b14acddb56ff48517b3b41/packages/provider-utils/src/response-handler.ts#L98
The error being raised is:
Is there a way for solve the issue ?
Beta Was this translation helpful? Give feedback.
All reactions