``` [next] BadRequestError: request aborted [next]...
# support-questions
g
Copy code
[next] BadRequestError: request aborted
[next]     at IncomingMessage.onAborted (/project/node_modules/body-parser/node_modules/raw-body/index.js:231:10)
[next]     at IncomingMessage.emit (events.js:315:20)
[next]     at IncomingMessage.EventEmitter.emit (domain.js:467:12)
[next]     at abortIncoming (_http_server.js:561:9)
[next]     at socketOnEnd (_http_server.js:577:5)
[next]     at Socket.emit (events.js:327:22)
[next]     at Socket.EventEmitter.emit (domain.js:467:12)
[next]     at endReadableNT (internal/streams/readable.js:1327:12)
[next]     at processTicksAndRejections (internal/process/task_queues.js:80:21) {
[next]   code: 'ECONNABORTED',
[next]   expected: 114,
[next]   length: 114,
[next]   received: 0,
[next]   type: 'request.aborted'
[next] }
10 Views