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 doesn't use the global Buffer object, but require("node:buffer"). So if we shim something, we'll have to shim require - which sounds even worse than shimming globalThis.Buffer ...
Next.js 13.3.1-canary.8 introduces a change to the fetch handling that uses the global Buffer object. This causes a runtime error because Buffer is not available in Deno.
@Skn0tt has commented on the PR, but until this is fixed (or assuming it won't be) we should implement a workaround by adding Buffer to our shims.
The text was updated successfully, but these errors were encountered: