`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
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
here you go https://github.com/denoland/deno/issues/21866
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...