ruaan
ruaan7mo ago

Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"

what's this error?
Cloning repository (100%)
Project linked successfully. Building first deployment:
Downloaded
file:///src/config.js
Packaging complete
Error The deployment failed: ISOLATE_INTERNAL_FAILURE
Cloning repository (100%)
Project linked successfully. Building first deployment:
Downloaded
file:///src/config.js
Packaging complete
Error The deployment failed: ISOLATE_INTERNAL_FAILURE
i'm trying to deploy this MongoDB project: https://github.com/Pamel-a/mongo
15 Replies
Deno AI Helper
Deno AI Helper7mo ago
I wasn't able to find the answer to the error "ISOLATE_INTERNAL_FAILURE" in the official Deno documentation. However, based on the error message you've provided, it seems like an internal issue occurred during the deployment process on Deno Deploy. While I can't provide a specific solution based on the Deno documentation, I can suggest that you ensure your project does not have any obvious syntax errors or misconfigurations that could cause the deployment process to fail. Additionally, since the error message indicates an internal failure, it might be related to the Deno Deploy infrastructure itself. Please note that this advice is not based on the Deno documentation, and I recommend double-checking the accuracy of the advice given. If the issue persists, you may want to reach out to the Deno community or support channels for further assistance.
ruaan
ruaan7mo ago
does deno deploy work if my files is imported this way?
import Koa from "koa";
import Bodyparser from "koa-bodyparser";
import Logger from "koa-logger";
import Cors from "@koa/cors";
import Mongo from "koa-mongo";
import config from "./config.js";
import routes from "./routes.js";
import Koa from "koa";
import Bodyparser from "koa-bodyparser";
import Logger from "koa-logger";
import Cors from "@koa/cors";
import Mongo from "koa-mongo";
import config from "./config.js";
import routes from "./routes.js";
marvinh.
marvinh.7mo ago
If you have the corresponding import map that maps koa to npm:koa etc then yes This sounds like something went wrong internally yesterday. See https://github.com/denoland/deploy_feedback/issues/584
ruaan
ruaan7mo ago
wdym? i continue getting error when i make a request, as i mentioned there
marvinh.
marvinh.7mo ago
Oh I didn't know that your username is "Pamel-a" on GitHub.
ruaan
ruaan7mo ago
i mentioned it above
marvinh.
marvinh.7mo ago
Apologies. From your sentence "i'm trying to deploy this MongoDB project: https://github.com/Pamel-a/mongo " I assumed that you were trying to deploy a project from someone else's demo project on GitHub. It wasn't clear to me that this is your project
ruaan
ruaan7mo ago
np, it really was unclear what about that error?
marvinh.
marvinh.7mo ago
I don't have any new information at the moment
ruaan
ruaan7mo ago
it does work locally only on deno i get that error
marvinh.
marvinh.7mo ago
yeah this is a Deno Deploy specific error
ruaan
ruaan7mo ago
@marvinh. hey could you bring attention to that issue to someone else? he didnt even read the log errors -.-'
marvinh.
marvinh.7mo ago
It looks like they attribute it to a temporary infrastructure issue in Deno Deploy that is resolved based on the response. Do you still see the ISOLATE_INTERNAL_FAILURE error?
ruaan
ruaan7mo ago
no, but it is still not working i have posted the error logs twice. it has nothing to do with mongo or koa it work locally and the same exactly code works on heroku
marvinh.
marvinh.7mo ago
Ok, so that sounds like you're not seeing the ISLOATE_INTERNAL_FAILURE errors anymore but are now running into a different error.