-
Notifications
You must be signed in to change notification settings - Fork 65
Description
I'm encountering an issue during the "Deploy to Deno Deploy" step in my GitHub Actions workflow. The error message I receive is:
The deployment failed: ISOLATE_INTERNAL_FAILURE
Unfortunately, the error message provides no further details, and I’ve tried multiple troubleshooting methods without success. Has anyone else faced this issue or know how to resolve it?
Any help would be greatly appreciated!
The code is written in es6 javascript and the code of deno.json is here:
{ "imports": { "@prisma/client": "npm:@prisma/client@6.11.1", "async-retry": "npm:async-retry", "bcryptjs": "npm:bcryptjs", "dotenv": "npm:dotenv", "express": "npm:express", "express-rate-limit": "npm:express-rate-limit", "firebase-admin": "npm:firebase-admin", "joi": "npm:joi", "jsonwebtoken": "npm:jsonwebtoken" }, "nodeModulesDir": "auto" }