2 years ago
getting read ECONNRESET when trying to connect to redis
8 Replies
2 years ago
Are you using private networking or TCP? And are you using the Redis template that has the pre-defined variables and start command?
2 years ago
I just added a Redis service and I'm using REDIST_URL (Using a Variable Reference) to get the connection url.
btw, what is private networking?
2 years ago
https://docs.railway.app/reference/private-networking
https://docs.railway.app/guides/private-networking
Please check out these docs pages.
2 years ago
ok, I'll read about it. but I don't think that this is the issue... also, I want to be able to connect to the database from outside
Why do I get this read ECONNRESET error?
2 years ago
90% of the time it's working...
2 years ago
Looks like when I point my DATABASE_URL to ${{Postgres.DATABASE_PRIVATE_URL}} and not ${{Postgres.DATABASE_URL}} (Same for Redis) it's working (For now...)
2 years ago
same problem here and I'm even stuck with US west
