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
/Users/joris/w/blob/node_modules/web-streams-polyfill/src/lib/validators/readable-stream.ts:5
throw new TypeError(${context} is not a ReadableStream.);
^
TypeError: First parameter has member 'readable' that is not a ReadableStream.
at assertReadableStream (/Users/joris/w/blob/node_modules/web-streams-polyfill/src/lib/validators/readable-stream.ts:5:11)
at convertReadableWritablePair (/Users/joris/w/blob/node_modules/web-streams-polyfill/src/lib/validators/readable-writable-pair.ts:15:3)
at ReadableStream.pipeThrough (/Users/joris/w/blob/node_modules/web-streams-polyfill/src/lib/readable-stream.ts:211:23)
at fetchFinale (/Users/joris/w/blob/node_modules/undici/lib/fetch/index.js:973:52)
at mainFetch (/Users/joris/w/blob/node_modules/undici/lib/fetch/index.js:773:5)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
jorisre
changed the title
First parameter has member 'readable' that is not a ReadableStream
First parameter has member 'readable' that is not a ReadableStream (with @vercel/blob)
Oct 9, 2023
I ran into this issue as well when enqueuing a job with BullMQ. Since this was occurring in the Node-side of my application (I'm running a custom server), I removed the installGlobals() call. After this, my BullMQ jobs enqueued successfully.
What version of Remix are you using?
2 and 1.19
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
@vercel/blob
packagelist
function of@vercel/blob
from a Remix loaderThis CodeSandbox shows the error, does anyone know a workaround?
https://codesandbox.io/p/sandbox/sparkling-flower-hmrkj4
Expected Behavior
Should not throw an error and return the blobs
Actual Behavior
It throws the following error:
The text was updated successfully, but these errors were encountered: