Samson
Samson
I have opened a PR for this issue/enhancement. See [2740](https://github.com/shuding/nextra/pull/2740)
Cloudflare Workers with "nodejs_compat" error: Dynamic require of "buffer/index.js" is not supported
+1 experiencing this issue. Any chance we can see your `WorkOSLocalDevMock()` implementation? @josephbuchma
Cloudflare Workers with "nodejs_compat" error: Dynamic require of "buffer/index.js" is not supported
Hi all, since this issue appears to be _more_ to the Cloudflare vite plugin than to `@workos-inc/node`, I have opened an issue there as well. Feel free to comment/react for...
Cloudflare Workers with "nodejs_compat" error: Dynamic require of "buffer/index.js" is not supported
@josephbuchma @ivogt I downgraded the specific dependency causing the issue, `iron-webcrypto`, and it appears to be working fine with the vite plugin. In my package.json ``` ... "overrides": { "iron-webcrypto":...