Kiril Vatev
Kiril Vatev
I haven't run into this error. Do you have a minimal reproduction for this? Also, Chrome 95 is 3 years old (current is 130), does this occur on a more...
We did a similar update to @MarcioJrios with multiple databases -- importantly directly importing all database clients rather than using `@prisma/client`. We do this in a Next.js app. It seems...
Just curious, since it's wasm, why not embed the binary into the js file instead of writing a separate file to disk and then expecting to find it in a...