500: INTERNAL_SERVER_ERRORCode: FUNCTION_INVOCATION_FAILEDID: arn1::rb8w7-1721178295884-aa850829411eI keep getting this error after browsing a little on my deployment. I checked logs and its always some error with socket or handshake, i just dont understand.
Unhandled Rejection: SocketError: other side closed at TLSSocket.<anonymous> (node:internal/deps/undici/undici:7614:28) at TLSSocket.emit (node:events:531:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { code: 'UND_ERR_SOCKET', socket: { localAddress: '169.254.76.1', localPort: 50772, remoteAddress: undefined, remotePort: undefined, remoteFamily: undefined, timeout: undefined, bytesWritten: 264, bytesRead: 0 }}Node.js process exited with exit status: 128. The logs above can help with debugging the issue.Unhandled Rejection: Error: Opening handshake has timed out at ClientRequest.<anonymous> (/var/task/node_modules/ws/lib/websocket.js:872:7) at ClientRequest.emit (node:events:519:28) at TLSSocket.emitRequestTimeout (node:_http_client:845:9) at Object.onceWrapper (node:events:633:28) at TLSSocket.emit (node:events:519:28) at Socket._onTimeout (node:net:590:8) at listOnTimeout (node:internal/timers:573:17) at process.processTimers (node:internal/timers:514:7)Node.js process exited with exit status: 128. The logs above can help with debugging the issue.I have no idea where i'd start to even debug this, im a newbie.