Files
parsshop-back/tmp-api.err

28 lines
1.8 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
(node:23488) DeprecationWarning: Calling client.query() when the client is already executing a query is deprecated and will be removed in pg@9.0. Use async/await or an external async flow control mechanism instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
[Nest] 23488 - 03/30/2026, 10:11:06 AM  ERROR [RedisCacheService] Redis error: connect ECONNREFUSED 185.208.181.133:30669
[Nest] 23488 - 03/30/2026, 10:11:06 AM  ERROR [RedisCacheService] Redis connection failed. Caching disabled. Connection is closed.
[Nest] 23488 - 03/30/2026, 10:11:06 AM  ERROR [NestApplication] Error: listen EADDRINUSE: address already in use :::3000 +4ms
node:net:1939
const ex = new UVExceptionWithHostPort(err, 'listen', address, port);
^
Error: listen EADDRINUSE: address already in use :::3000
at Server.setupListenHandle [as _listen2] (node:net:1939:16)
at listenInCluster (node:net:1996:12)
at Server.listen (node:net:2101:7)
at ExpressAdapter.listen (F:\WorkSpace\website\parsshop\parsshop-back\node_modules\@nestjs\platform-express\adapters\express-adapter.js:127:32)
at F:\WorkSpace\website\parsshop\parsshop-back\node_modules\@nestjs\core\nest-application.js:188:30
at new Promise (<anonymous>)
at NestApplication.listen (F:\WorkSpace\website\parsshop\parsshop-back\node_modules\@nestjs\core\nest-application.js:178:16)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async bootstrap (F:\WorkSpace\website\parsshop\parsshop-back\dist\main.js:61:5) {
code: 'EADDRINUSE',
errno: -4091,
syscall: 'listen',
address: '::',
port: 3000
}
Node.js v22.15.1