Build SSR Astro
When i try deploy my web it gives me an error in the build
I solved it with this config in astro.config.mjs
and now it throws me this error
1 Reply
Did you set the compatibility flag? More: https://developers.cloudflare.com/workers/runtime-apis/nodejs/crypto/
that's
compatibility_flags = ["nodejs_compat"]
in wrangler configuration