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
Cloudflare Workers will now support better NodeJS compatibility as announced here. However, the package currently relies on iron-webcrypto that uses bufferpolyfill and it leads to nodejs_compat_v2 facing the issue below:
Current workaround
Replace buffer/index.js with node:buffer in the node_modules deps before the build step.
EnriqueRuvalcaba, fernando-barroso, fforres, JulesBlm, amxv and 1 more