I've been trying to install Appwrite 1.5.5 using the docker compose method and while it works when you don't change the DB value in the ".env" file, it however doesn't seem to start the console on the web app when I change the DB values to reflect a separate MariaDB server.
double check the enviornment variables are correct - https://appwrite.io/docs/advanced/self-hosting/environment-variables
check the db section, try to connect to the db manually to verify
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...