Sabah Kaldwin
Sabah Kaldwin7mo ago

`deno cache` consistently failing with the same error

error: error sending request for url (https://deno.land/std@0.152.0/http/negotiation.ts): dispatch task is gone: runtime dropped the dispatch task It's not always the negotiation file, sometimes it's other dependencies also from deno.land/std that's running into the issue. Any clues on how to fix this?
2 Replies
marvinh.
marvinh.7mo ago
That sounds like a bug. Can you file an issue for that with the necessary steps to reproduce the problem? https://github.com/denoland/deno/issues/new
Sabah Kaldwin
Sabah Kaldwin7mo ago
GitHub
deno cache failing with error sending request for url: dispatch t...
This does not happen locally. It seems to only be affecting our Dockerfile when it runs on our render.com deployment. Here's a section of the Dockerfile that's causing the issue FROM denola...