Node crypto using Remix
I get the following error message when running
I set
Any advice on how to proceed?
wrangler pages dev ./public --d1=DB --compatibility-flags=nodejs_compat --compatibility-date=2023-11-27Uncaught Error: Dynamic require of "node:crypto" is not supportedI set
serverPlatform: "node", in the remix.config.js to get Remix to use the node API locally.Any advice on how to proceed?