at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16)
9:09 AM
(node:177) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see Command-line API | Node.js v22.6.0 Documentation). (rejection id: 402)
Glitch only exposes port 3000, so wherever 1988 appears in your code, you need to change it to 3000.
Glitch yalnızca 3000 numaralı bağlantı noktasını açığa çıkarır, bu nedenle kodunuzda 1988’in göründüğü her yerde, onu 3000 olarak değiştirmeniz gerekir.