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
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...
- problem with some tables (cant read rows...
I have a weird problem with some tables - they wont show the rows (in console it is stuck loading). I checked in mariadb directly and the collection can be read...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...