Connection Failure: connect ECONNREFUSED 127.0.0.1:5432 [ nocodb app to postgresql server]
I was trying to make connection my nocodb container to my postgresql container was getting an above error. I solve simply changing localhost to host.docker.internal:
The host.docker.internal DNS name serves as a bridge for network communication from...
jyaba.hashnode.dev2 min read