Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
16 Replies
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.
does deno deploy work if my files is imported this way?
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/584wdym?
i continue getting error when i make a request, as i mentioned there
Oh I didn't know that your username is "Pamel-a" on GitHub.
i mentioned it above
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
np, it really was unclear
what about that error?
I don't have any new information at the moment
it does work locally only on deno i get that error
yeah this is a Deno Deploy specific error
@marvinh. hey could you bring attention to that issue to someone else?
he didnt even read the log errors
-.-'
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?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
Ok, so that sounds like you're not seeing the
ISLOATE_INTERNAL_FAILURE
errors anymore but are now running into a different error.I'm getting this error too. Really confused why