Monzim
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. Drake
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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...