Hi, I'm following the decentralized+horizontal playbook of Appwrite. I miningfully followed all steps but services server can't reach the decentralized database. Here is what I get: Fatal error: Uncaught Exception: Failed to connect to database: SQLSTATE[HY000] [1045] Access denied for user 'appwrite'@'192.168.1.14' (using password: YES) in /usr/src/code/app/http.php:77
I think the problem is on the IP side. The IP shown on the log is the service server local IP, not the decentralized database IP as I configured.
What could be the issue please ? I uninstalled and installed again all the setup twice but I've same error
On the decentralized server side, I have this log on appwrite-mariadb:
[Warning] Access denied for user 'appwrite'@'192.168.1.14' (using password: YES)
Recommended threads
- problem with domains
I don't know if this is wrong or not but i did what it told me to do to link my domain and still says failed domain has 11 incompatible CAA records.
- 403 The current user has been blocked.
Hello, I have a free plan; I've tried to access my project and I get the message "403 The current user has been blocked." I have database, sites, and auth in us...
- [Bug?] row_already_exists (409) after ma...
Hi, I'm experiencing a confusing issue with Appwrite Cloud Setup: A `tournaments` table with a composite UNIQUE index on (tournament_name, date). Steps to rep...