2026-01-15
GitHub | nock/nock
Same issue here with nocks that previously worked (v13) to intercept requests to AWS e.g. something pushing to S3. They fail on Nock 14 with a `NetConnectNotAllowedError: Nock: Disallowed net connect for...bucket.url` error. We only have `enableNetConnect(127.0.0.1)` for our suite to completely isolate all tests, but given we nock the AWS URLs I wouldn't expect this to hard error (and previously, it didn't).