You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using node 21. and axios 1.6 to make https request it works on window but,
when i deployed it on Ubuntu i am getting this socket hang up error .
please help.
cause: Error: socket hang up
at connResetException (node:internal/errors:705:14)
at Socket.socketOnEnd (node:_http_client:518:23)
at Socket.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
code: 'ECONNRESET'
}
}
The text was updated successfully, but these errors were encountered:
i am using node 21. and axios 1.6 to make https request it works on window but,
when i deployed it on Ubuntu i am getting this socket hang up error .
please help.
The text was updated successfully, but these errors were encountered: