uncaughtException aborted error only on server
Unanswered
Mini Rex posted this in #help-forum
Mini RexOP
Hello, I am using Next and LangChain and I am also using ai vercel package.
I only get this error on the server, especially when I increase the number of chunks.
The server is running on Time Edge. The error does not occur in localhost.
Thank you for your guidance.
error - uncaughtException: Error: aborted
at connResetException (node:internal/errors:711:14)
at abortIncoming (node:_http_server:743:17)
at socketOnClose (node:_http_server:737:3)
at Socket.emit (node:events:525:35)
at TCP.<anonymous> (node:net:298:12) {
code: 'ECONNRESET'
}
I only get this error on the server, especially when I increase the number of chunks.
The server is running on Time Edge. The error does not occur in localhost.
Thank you for your guidance.
error - uncaughtException: Error: aborted
at connResetException (node:internal/errors:711:14)
at abortIncoming (node:_http_server:743:17)
at socketOnClose (node:_http_server:737:3)
at Socket.emit (node:events:525:35)
at TCP.<anonymous> (node:net:298:12) {
code: 'ECONNRESET'
}