deploy_feedback icon indicating copy to clipboard operation
deploy_feedback copied to clipboard

[Bug]: Deploy ends at 100% with `ISOLATE_INTERNAL_FAILURE`

Open felix-schindler opened this issue 1 year ago • 0 comments

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

  1. Clone the repo
  2. 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:bin Docker Image

Possible solution

No response

Additional context

Screenshot 2024-06-18 at 11 57 42

felix-schindler avatar Jun 18 '24 05:06 felix-schindler