Enabling the nodejscompat compatibility flag in wrangler.jsonc with @workos-inc/node 7.59.0 failed at runtime with Error: Dynamic require of "buffer/index.js" is not supported, thrown from iron-webcrypto's bundled code. The SDK's crypto dependency used a dynamic require pattern that Cloudflare Workers (via vite) cannot handle. The failure was specific to the nodejscompat path; without the flag the SDK loaded normally.