## What was reported

Issue stripe/stripe-node#2538 (closed, 14 comments): ### Describe the bug

Hey folks, after upgrading `stripe-node` to `20.1.0` (from `14.5.0`), our file uploads stopped working, always returning a timeout error:

```shell
StripeConnectionError: Request aborted due to timeout being reached (30000ms)
    at ./node_modules/stripe/cjs/RequestSender.js:405:41
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
  type: 'StripeConnectionError',
  raw: {
    message: 'Request aborted due to timeout being reached (30000ms)',
    detail: TypeError: ETIMEDOUT
        at HttpClient.makeTimeoutError (./node_modules/stripe/cj

## The verified resolution

[jar-stripe / ramya-stripe (maintainers)]: Regression in stripe-node 20.1.0 (also in 19.3.1 / 2025-10-29.clover, which was marked deprecated; recommended path is 20.x or 19.3.0). Fix merged in PR #2542 and shipped in SDK 20.1.2; reporter confirmed file uploads work perfectly on 20.1.2.