Debugging RequestAbortedError in Undici Layer with Node.js
When using the Undici layer, I am getting:
RequestAbortedError [AbortError]: Request aborted and my node process crashing (the error isn't caught by the Effect.tryPromise is the effect/platform-node/httpClientUndici source code). Anyone have any idea how they would go about debugging this?