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
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...