Closed baptisteArno closed 6 months ago
On a brand new Next.js application, simply calling new ivm.Isolate() crashes the application without any error in the logs.
new ivm.Isolate()
Reproduction: https://github.com/baptisteArno/nextjs-isolated-vm-crash
How can we debug this further?
cmd+f readme for 🚨
You need to pass --no-node-snapshot.
So sorry I overlooked this 🙏
Thanks so much!
On a brand new Next.js application, simply calling
new ivm.Isolate()
crashes the application without any error in the logs.Reproduction: https://github.com/baptisteArno/nextjs-isolated-vm-crash
How can we debug this further?