After installing appwrite, when i go to the localhost/login it gives me Bad Gateway, when i try to trace the logs i see that it doesn't connect to the database, so how do i fix this:
did you ever have another instance of appwrite installed?
Yes, I attempted to install it previously; however, my machine encountered difficulties and became unresponsive. Consequently, I uninstalled Docker. Therefore, I am uncertain whether I properly removed it or if it was ever successfully installed initially. So i think this is my first go running it locally!
you may still have the old installation. if you're okay with wiping the data, you can run:
docker compose down -v
Then start up the stack with:
docker compose up -d
rn i don't even have docker-compose.yml to run those commands, someone here told me to reinstall it, and it didn't work, so here i am? trying to start it from scratch with you
how did you get this?
oh...you tried just running the appwrite image?
yes ig
im brand new with this so forgive me if im doing smth stupid
that doesn't work. Appwrite needs 20 or so containers to run. Please follow the docs: https://appwrite.io/docs/advanced/self-hosting#install-with-docker
I followed it but i skipped this part : `Next steps Self-hosting Appwrite gives you more configurable options. Make these configurations to unlock the full power of Appwrite.
Configure Appwrite Functions
Configure email delivery
Configure SMS delivery
Configure Appwrite Storage
Configure TLS Certificates`
is that the problem?
did you run the command?
yes, it takes some times but yes i did before
so you had an installation before. what happened to it?
right now i uninstalled it since its not working, but i do install it atm
also i tried to pull the latest version directly form docker GUI, but it gaves me the same error
again, you can't do this. it won't work
so you just executed the command now and you're waiting for it to finish?
yes once its done i will update you
Recommended threads
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...