"@mswjs/interceptors": "^0.30.0" - when the request content-type: 'multipart/form-data' and no mock is enabled it fails #2322
Unanswered
sankarinms
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
at process.callbackTrampoline (node:internal/async_hooks:128:24)
Original error: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at write_ (node:_http_outgoing:955:11)
at _NodeClientRequest.write (node:_http_outgoing:908:15)
at _NodeClientRequest.passthrough (file:node_modules/@mswjs/interceptors/lib/node/chunk-A4MTVOEX.mjs:461:15)
at file:/node_modules/@mswjs/interceptors/lib/node/chunk-A4MTVOEX.mjs:402:19
at bound (node:domain:432:15)
at runBound (node:domain:443:12)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ERR_STREAM_WRITE_AFTER_END
Beta Was this translation helpful? Give feedback.
All reactions