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
- Manual install docs are out of sync with...
I looked into the manual install docs issue for Appwrite 1.9.0 and wanted to share the findings, since this seems to need a bigger docs decision. What I found:...
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- custom domain on self host Appwrite
I am having a issue, i am using self host version of appwrite at my custom domain (appwrite.example.com), but when i tried adding a custom domain (project1.exam...