MonzimOriginal post
Rank 2: Process
Plain text
Error communicating with Redis: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?After setting _APP_REDIS_USER and _APP_REDIS_PASS this error showing in log
Bash
docker compose logs appwrite-worker-certificatesSummary
The user is experiencing an error communicating with Redis. The error message indicates that the authentication password is not configured correctly. It seems to be related to a bug in the Redis library. The user has already set the ```_APP_REDIS_USER``` and ```_APP_REDIS_PASS``` variables, but the error still persists.