
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
- [SOLVED] Appwriteexception: invalid redi...
I've been following this documentation on my app: https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-7 On Localhost and local development, it's working fi...
- Help for Appwrite sites domain setup (se...
When installing appwrite locally, how should i set up the domains? i've got: `services.site.com` -> appwrite dashboard `sites.site.com` -> same ip and port `fu...
- Appwrite being constantly slow and over-...
As can we can from image we are getting same warnings, and the appwrite is unresponsive. Steps Taken: -Disabled Appwrite stats. Made my app really cache heavy,...
