You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial setup looks like its trying to use a built in redis instance but I get this error:
Error interacting with Redis (redis is required): NOAUTH: Authentication required.
I run a dedicated redis instance for other containers, I tried using REDIS_ADDRESS/REDIS_PORT to point to my container (even though it says not to in the docs...) but it did not fix that error. My redis instance does have a password so I tried adding REDIS_PASSWORD var and also disabling password auth and no luck.
The text was updated successfully, but these errors were encountered:
I completely forgot to add a way to set the password! so you will have no luck with that, if you want to add the feature feel free to open a PR, otherwise I will add it myself next time I sit down to do some routine mantainence on the repo and I'll keep this issue open as a reminder.
If you don't set the address it will set it to localhost, mostly to help with local development, if it does not work even when you set your redis instance with no password I would make sure the vod2pod and redis container can comunicate with each other, maybe you are missing some docker networking magic
app version: 1.2.1
issue description:
Initial setup looks like its trying to use a built in redis instance but I get this error:
Error interacting with Redis (redis is required): NOAUTH: Authentication required.
I run a dedicated redis instance for other containers, I tried using REDIS_ADDRESS/REDIS_PORT to point to my container (even though it says not to in the docs...) but it did not fix that error. My redis instance does have a password so I tried adding REDIS_PASSWORD var and also disabling password auth and no luck.
The text was updated successfully, but these errors were encountered: