deploy_feedback
deploy_feedback copied to clipboard
[Bug]: Deploy ends at 100% with `ISOLATE_INTERNAL_FAILURE`
Problem description
As mentioned here https://github.com/denoland/deno/issues/22319#issuecomment-2174943964 the deploy of my project keeps failing with ISOLATE_INTERNAL_FAILURE.
Using the normal Deno runtime I have no issues at all, neither on my machine nor servers. I also added a fly.io config so you can see it works on a server (https://ip-lookup-deno.fly.dev/).
Steps to reproduce
- Clone the repo
- Try deploy it to Deno Deploy
Expected behavior
The deploy works without any problems
Environment
- Deno version: 1.44.2
- OS: macOS 14.5, Ubuntu 22.04,
denoland/deno:binDocker Image
Possible solution
No response