Hello,
I tried to create a project. The icon keeps spinning but nothing else happens.
I checked the Docker status and found that the taiga-event container had exited. Here are the logs:
~$: sudo docker logs taiga-docker-taiga-events-1
Starting Taiga events
taigaio-events@6.7.0 start:production
NODE_ENV=production node ./src/index.js
{“message”:“WS server is started”,“level”:“info”,“service”:“taiga-events”,“timestamp”:“2025-05-29 06:35:56”}
{“message”:“Liveness / Readiness server was started in http://localhost:3023/healthz",“level”:“info”,“service”:“taiga-events”,“timestamp”:"2025-05-29 06:35:56”}
{“message”:“ws-connection-open: e2fa1b3a-5216-42ee-8c9a-2c706ad474e4”,“level”:“info”,“service”:“taiga-events”,“timestamp”:“2025-05-29 06:36:02”}
{“message”:“auth: {"cmd":"auth","data":{"token":"token here","sessionId":"dda32f3ee4c89dc11f6"}}”,“level”:“info”,“service”:“taiga-events”,“timestamp”:“2025-05-29 06:36:02”}
{“message”:“subscribe: {"cmd":"subscribe","routing_key":"notifications"}”,“level”:“info”,“service”:“taiga-events”,“timestamp”:“2025-05-29 06:36:02”}
{“message”:“subscribe: {"cmd":"subscribe","routing_key":"web_notifications.5"}”,“level”:“info”,“service”:“taiga-events”,“timestamp”:“2025-05-29 06:36:02”}
{“message”:“Unhandled Rejection: "Error: getaddrinfo EAI_AGAIN 1yis5onc@taiga-events-rabbitmq"”,“level”:“error”,“service”:“taiga-events”,“timestamp”:“2025-05-29 06:36:07”}
npm notice
npm notice New major version of npm available! 8.19.4 → 11.4.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.1
npm notice Run npm install -g npm@11.4.1
to update!
npm notice
I noticed there is an error but just don’t know what to do with it.
I will appreciate if anyone can help
Thanks in advance.