Unable to run the dev environment
Hi all, I'm struggling since yesterday to run the dev environment.
I'm using ArchLinux with nodejs version 23.11.1. I've installed the node modules with pnpm install, without error messages.
It seems that node can't reach Redis, but I have a working Redis installation on my laptop (I've checked it with redis6-benchmark) :
@homarr/nextjs:dev: [ioredis] Unhandled error event: Error: connect ETIMEDOUT
@homarr/nextjs:dev: at Socket.eval (webpack-internal:///(rsc)/../../node_modules/ioredis/built/Redis.js:170:41)
@homarr/nextjs:dev: at Object.onceWrapper (node:events:621:28)
@homarr/nextjs:dev: at Socket.emit (node:events:507:28)
@homarr/nextjs:dev: at Socket._onTimeout (node:net:609:8)
@homarr/nextjs:dev: at listOnTimeout (node:internal/timers:608:17)
@homarr/nextjs:dev: at process.processTimers (node:internal/timers:543:7)
I'm using ArchLinux with nodejs version 23.11.1. I've installed the node modules with pnpm install, without error messages.
It seems that node can't reach Redis, but I have a working Redis installation on my laptop (I've checked it with redis6-benchmark) :
@homarr/nextjs:dev: [ioredis] Unhandled error event: Error: connect ETIMEDOUT
@homarr/nextjs:dev: at Socket.eval (webpack-internal:///(rsc)/../../node_modules/ioredis/built/Redis.js:170:41)
@homarr/nextjs:dev: at Object.onceWrapper (node:events:621:28)
@homarr/nextjs:dev: at Socket.emit (node:events:507:28)
@homarr/nextjs:dev: at Socket._onTimeout (node:net:609:8)
@homarr/nextjs:dev: at listOnTimeout (node:internal/timers:608:17)
@homarr/nextjs:dev: at process.processTimers (node:internal/timers:543:7)
Solution
I think I may have a problem with my environment, because even when using the main branch, I have the same error.