core icon indicating copy to clipboard operation
core copied to clipboard

Question: is it possible to set compatibility_flags for wrangler.toml?

Open remihuigen opened this issue 5 months ago • 32 comments

I ran into this error: [unenv] crypto.createHmac is not implemented yet! using the algolia client client.generateSecuredApiKey() method.

Hmac should be available in workers if the nodejs_compat flag is set in wranger.toml, but I don't see a way to do this.

Adding a wrangler.toml file to the root of my directory does nothing.

any suggestions on how to accomplish this? Thanks!

remihuigen avatar Aug 28 '24 08:08 remihuigen