Closed begoon closed 6 months ago
Hey, thanks for reporting. This library uses Undici fetch which seems to be completely broken in Deno due to an incomplete node:http
polyfill. I reported this issue to Deno here.
closing, because the issue is fixed in deno and I couldn't repro this issue anymore
storage.put()
is hanging in Deno.vercel-storage.js:
When running in Deno:
When running in Node and Bun, this snippet works as expected: