Failed RabbitMQ connection error read ECONNRESET Error: read ECONNRESET
I have cloned new runtipi github repo and run following command
➜ cp .env.example .env
➜ npm run start:prod
Issue on queue failed
ERROR Health Check has failed! {"queue":{"status":"down"}}
15 Replies
Can you try to remove the content of .env? Keep an empty file and restart the command
i have tried but getting same issue
Any help i have found online but didn't get any solution.
@Nicolas I have tried new setup and new machine but getting same issue.
Can you add a console.log in queue.health.ts and see if host, password, username are correctly set?

Honestly I don’t know what’s going on, all seems correct
I just tried to pull fresh and run it, it worked
@Nicolas I have delete all container and docker system purne -a and latest fresh pull try but getting same issue
And with
start:dev
does it work?
Maybe the rabbitmq container does not run well on your OS?
Do you see any errors when running docker logs runtipi-queue
(after the crash)I think I'm able to reproduce

I'll try to dig the issue, I'll keep you updated
is it impact through Docker image because of docker image rabbitmq:4-alpine was updated in last 1 day.
https://hub.docker.com/layers/library/rabbitmq/4-alpine/images/sha256-86b7cbbc4da917de4b971084a969498d02f4676dc7fb0ebf9fa8cda91e9bc7ec
start:dev anyother issue faced

You are correct
@swaroopsuthar04 there was an issue in the node lib
if you pull the latest changes from github
it should work
Thank you @Stavros and @Nicolas. Now it works perfectly.
cool