Deployment is fine, I get this in logs –
enter image description here
But when I try to login/register user, I get the Redis Client Cannot Connect Error –
enter image description here
FULL ERROR: RedisClient::CannotConnectError (Connection refused – connect(2) for 127.0.0.1:6379)
Thanks in advance for the help!
During development, I had to use wsl and install redis manually on PC + had to start redis-server too and that fixed the same issue. But how do I do it on Render.com while deploying the app on production?
Shahriar Aziz Aakash is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.