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
It seems Next.js creates a a new undici Request using Node streams (clearly against the spec AFAICT). To fix this, we will have to add support for Node stream for request bodies.
Version: Deno 2.0.4
When I run
deno run dev
for next.js, any request body becomes[object Object]
The text was updated successfully, but these errors were encountered: