R
Railway2mo ago
Gizmor

getting read ECONNRESET when trying to connect to redis

getting read ECONNRESET when trying to connect to redis
6 Replies
Percy
Percy2mo ago
Project ID: f5d28112-6f4f-4b45-b9c0-96bf546a16e7
Gizmor
Gizmor2mo ago
f5d28112-6f4f-4b45-b9c0-96bf546a16e7 Anyone?
Slashiy
Slashiy2mo ago
Can you show a picture?
Gizmor
Gizmor2mo ago
No description
Jack
Jack2mo ago
Are you using private networking or TCP? And are you using the Redis template that has the pre-defined variables and start command?
Duchess
Duchess2mo ago
New reply sent from Help Station thread:
{"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"I just added a Redis service and I'm using "},{"type":"text","marks":[{"type":"code"}],"text":"REDIST_URL"},{"type":"text","text":" (Using a Variable Reference) to get the connection url."}]},{"type":"paragraph","content":[{"type":"text","text":"btw, what is private networking?"}]}]}
You're seeing this because this thread has been automatically linked to the Help Station thread. New reply sent from Help Station thread:
{"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","marks":[{"type":"link","attrs":{"href":"https://docs.railway.app/reference/private-networking","target":"_blank","rel":"noopener noreferrer nofollow"}}],"text":"https://docs.railway.app/reference/private-networking"}]},{"type":"paragraph","content":[{"type":"text","text":"https://docs.railway.app/guides/private-networking"}]}]}
You're seeing this because this thread has been automatically linked to the Help Station thread. New reply sent from Help Station thread:
{"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"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"}]},{"type":"paragraph","content":[{"type":"text","text":"Why do I get this "},{"type":"text","marks":[{"type":"code"}],"text":"read ECONNRESET"},{"type":"text","text":" error?"}]}]}
You're seeing this because this thread has been automatically linked to the Help Station thread. New reply sent from Help Station thread:
{"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"Something in your redis client or setup would be missconfigured."}]}]}
You're seeing this because this thread has been automatically linked to the Help Station thread. New reply sent from Help Station thread:
{"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"90% of the time it's working..."}]}]}
You're seeing this because this thread has been automatically linked to the Help Station thread. New reply sent from Help Station thread:
{"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"Looks like when I point my "},{"type":"text","marks":[{"type":"code"}],"text":"DATABASE_URL"},{"type":"text","text":" to "},{"type":"text","marks":[{"type":"code"}],"text":"${{Postgres.DATABASE_PRIVATE_URL}}"},{"type":"text","text":" and not "},{"type":"text","marks":[{"type":"code"}],"text":"${{Postgres.DATABASE_URL}}"},{"type":"text","text":" (Same for Redis) it's working (For now...)"}]}]}
You're seeing this because this thread has been automatically linked to the Help Station thread. New reply sent from Help Station thread:
{"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"Please see my above comment."}]}]}
You're seeing this because this thread has been automatically linked to the Help Station thread. New reply sent from Help Station thread:
{"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"same problem here with public url"}]}]}
You're seeing this because this thread has been automatically linked to the Help Station thread.