Deploy Error
Hi Guys, I'm trying to deploy my Directus instance with Github integration. It was already deployed and I want to redeploy after some env. variable changes however I couldn't make it so far.
[16:41:31] WARN (57 on railway): [cache] Error: connect ECONNREFUSED 127.0.0.1:6379
err: {
"type": "Error",
"message": "connect ECONNREFUSED 127.0.0.1:6379",
"stack":
Error: connect ECONNREFUSED 127.0.0.1:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
"errno": -111,
"code": "ECONNREFUSED",
"syscall": "connect",
"address": "127.0.0.1",
"port": 6379
}
3 Replies
Project ID:
87198b1c-aae1-453c-ad19-5925bcc173ce
87198b1c-aae1-453c-ad19-5925bcc173ce
looks like you are trying to connect to redis at 127.0.0.1, thats not gonna work
make sure are using reference variables https://docs.railway.app/develop/variables#reference-variables
and then using those variables in code