INFORMATION
Relevant information to this issue:
- databases: Redis
- Programming language and version: NodeJS
- Link to your application - starting with https://console.qovery.com/…
https://console.qovery.com/organization/49522c01-9f60-464d-8da3-c6e1e2ece24f/project/6dd234d0-6068-49f5-8c94-0ef0723b08e7/environment/4ea03e99-a171-4c21-a5a6-e5b2e15de12f/services/general
ISSUE
Describe your issue here
Connected to redis is timed out, although I am passing the redis credentials (aliased) while instantiating the redis instance.
I am using “ioredis” to create a redis instance.
I tried to connect to redis using redis-cli by printing the redis container credentials, but it failed with “Connection refused”.
The code setup works perfectly fine on localhost on my machine, but on Qovery using redis container for my dev-env it is not working.
HOW TO REPRODUCE
Just see the logs on my backend application, it logs connection time out.
Describe step by step how to reproduce the issue