Skip to content

Conversation

@panbed
Copy link
Contributor

@panbed panbed commented Dec 12, 2025

Redis should only be defined when it's set in the environment, otherwise it clogs up the logs if 127.0.0.1:6379 isn't available:

> [email protected] start
> node dist/server.js

[[email protected]] injecting env (1) from .env 
[ioredis] Unhandled error event: AggregateError [ECONNREFUSED]: 
    at internalConnectMultiple (node:net:1139:18)
    at afterConnectMultiple (node:net:1712:7)
[ioredis] Unhandled error event: AggregateError [ECONNREFUSED]: 
    at internalConnectMultiple (node:net:1139:18)
    at afterConnectMultiple (node:net:1712:7)
[ioredis] Unhandled error event: AggregateError [ECONNREFUSED]: 
    at internalConnectMultiple (node:net:1139:18)
    at afterConnectMultiple (node:net:1712:7)
[ioredis] Unhandled error event: AggregateError [ECONNREFUSED]: 

@panbed panbed merged commit 1a37469 into main Dec 12, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants