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
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...
- Document created without ID in console
Hi team, I’m experiencing an issue in the Appwrite console. When I create a document in a collection via the **Collections UI**, the document gets created **wi...
- Guidance to safely upgrade Appwrite to l...
One of my old Flutter projects runs on a DO self-hosted Appwrite. Currently it's on appwrite: ^15.0.2 dart_appwrite: ^15.0.0 The app is live on the Play Stor...