PostgreSQL connection refused
Your application tried to open a TCP connection to PostgreSQL on 127.0.0.1:5432 and the operating system rejected it immediately. Nothing is listening on that address and port — this is a refusal, not a timeout, so the request never reached a database process.
ECONNREFUSED127.0.0.154325 fix steps3 checks