error: "[unenv] zlib is not implemented yet!" even with compat flag on
Hi folks, My worker has these compat flags
I'm using a library (
Things I've tried:
nodejs_compat_v2 and nodejs_zlib.I'm using a library (
qrcode) that depends on zlib. It works in my preview branch, but in production, I get this error:Things I've tried:
- Double-check runtime config between preview and production
- Cleared build cache
