TypeScript
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
TypeScript
docker compose logs appwrite-worker-certificates
TL;DR
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.There's a bug with our redis library and using passwords. This should be the related issue: https://github.com/appwrite/appwrite/issues/3309
Recommended threads
- Gitlab function automation
Im trying to automate my function deployment using gitlabs ci/cd pipeline. Im currently failing trying to use the appwrite cli to create a new deployment. ```...
- User Limit Bug
How can I disable Appwrite client SDK registration? I have heard the solution to set the User Limit to 1. But everytime I set it to one it will automatically se...
- Create file is listing files instead of ...
This is a bit strange but, I cannot create files from within a funcion. I have tested with latest SDKs versions of node and python, both instead of creating the...