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)
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?