Redis connect URL is not shared with web app/worker
Heya. I am having Postgres, Redis, Web app + Worker (Ruby) set up. I have tried using a shared
REDIS_URL=${{Redis.REDIS_URL}}
env variable in my apps, but it's not picking it up. Always results in an empty string. Once I've defined the variable directly with the host/password/etc it started to work. Could you verify those are exported correctly? Postgres tho worked fine.3 Replies
Project ID:
7ad7ce79-28c0-4e11-ae84-f1fdde046cc5
7ad7ce79-28c0-4e11-ae84-f1fdde046cc5
I've seen this type of thing before, forget the exact details, but I think they cleared all variables from their services and shared variables list and re-set everything up and it worked