R
Railway13mo ago
camilo

Error with Redis

Hi, I am working with nestJs and a microservices architecture which use Redis, I'm having a problem when I try to make requests to the microservice, this works in local, I dont know if I missed a railway configuration or something, or if railway is not the problem, all the microservices deploy well, I dont have any error in the consoles. Thanks
11 Replies
Percy
Percy13mo ago
Project ID: 10f0b1b3-7ce4-433b-b063-ce6d3561795d
camilo
camilo13mo ago
10f0b1b3-7ce4-433b-b063-ce6d3561795d
Brody
Brody13mo ago
show me a screenshot of your service variables please
camilo
camilo13mo ago
Ok, showing value?
camilo
camilo13mo ago
Brody
Brody13mo ago
never show the values that's all I needed are you using the redis environment variables in code?
camilo
camilo13mo ago
Yes, all the microservices has this configuration
Brody
Brody13mo ago
console log them, see if it logs the same variables in railway
camilo
camilo13mo ago
Yes, is reading the variables
Brody
Brody13mo ago
well somewhere along the lines your app is trying to use default redis credentials
camilo
camilo13mo ago
Okay, i will try some things and I tell you, thank you