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
Hey! 👋 This looks like an error in undici, the package Miniflare uses to provide fetch, Response, FormData, etc. I'd suggest you open an issue there. 🙂
Uncaught TypeError: Cannot read properties of undefined (reading 'stream')
at cloneBody (/.../node_modules/undici/lib/fetch/body.js:251:29)
at cloneResponse (/.../node_modules/undici/lib/fetch/response.js:331:24)
at Response.clone (/.../node_modules/undici/lib/fetch/response.js:284:28)
We receive
TypeError: Cannot read properties of undefined (reading 'stream')
when trying to clone a response with null body.The text was updated successfully, but these errors were encountered: