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
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started...
- Migration Help
I have a small project which I have started using Appwrite cloud and now I want to self host Appwrite and migrate the data. I'm getting this error everytime I ...