Skip to content

Failed to fetch: request body stream errored / resource closed #32156

@rafael-cx

Description

@rafael-cx

Version: Deno 2.6.8 & 2.6.9

We are experiencing intermittent, random unhandled rejections across different parts of our application, whenever we do http requests (using ky):

Promise {
  <rejected> TypeError: Failed to fetch: request body stream errored
     at node:http:506:17
     at eventLoopTick (ext:core/01_core.js:187:7) {
       [cause]: "resource closed"
  }
}

As an intermediate solution, we downgraded back to Deno 2.6.3, which was the last stable version where we didn't experience any issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions