Rank 1: Thread
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:
Votes
0
Replies
19
Participants
Unknown
Messages
20
Rank 1: Thread
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:
Rank 1: Thread
did you ever have another instance of appwrite installed?
Rank 1: Thread
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
Rank 1: Thread
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?
Rank 1: Thread
yes ig
Rank 1: Thread
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
Rank 1: Thread
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?
Rank 1: Thread
yes, it takes some times but yes i did before
so you had an installation before. what happened to it?
Rank 1: Thread
right now i uninstalled it since its not working, but i do install it atm
Rank 1: Thread
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?
Rank 1: Thread
yes once its done i will update you