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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...