-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Issue
Since updating to @hono/node-server@1.0.0, I'm having an issue using GraphQL Yoga. The server immediately crashes with the below message:
TypeError: The "readableStream" argument must be an instance of ReadableStream. Received an instance of bound PonyfillReadableStream
at new NodeError (node:internal/errors:399:5)
at Object.newStreamReadableFromReadableStream (node:internal/webstreams/adapters:482:11)
at Function.Readable.fromWeb (node:internal/streams/readable:1403:27)
at Server.<anonymous> (file:///workspace/node_modules/@hono/node-server/dist/listener.mjs:49:35)
at processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'ERR_INVALID_ARG_TYPE'Reproduction
I have created a minimal reproduction on https://codesandbox.io/p/sandbox/optimistic-lichterman-tvsgh8
Workaround
Rolling back to @hono/node-server@0.6.0 fixes the issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels