denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[Bug]: ISOLATE_INTERNAL_FAILURE error on deploy #552

Closed morr0ne closed 11 months ago

morr0ne commented 11 months ago

Problem description

I am trying to deploy using deployctl but it fails with this weird error: image You can see the project I am trying to deploy here

Steps to reproduce

I have no idea how to reproduce the issue since it happens randomly when trying to deploy with github actions

Expected behavior

The code gets deployed

Environment

No response

Possible solution

No response

Additional context

No response

morr0ne commented 11 months ago

Turns out it was my fault because I forgot to call app.listen()