Then run this:
docker compose down && docker compose up -d
Wait
?
Doing those commands
1 second
Done
Does it work now?
No
I only have these 2 tables
And this error when I go to consoel
I see. This doesn't have any data, right?
No brand new
Or should have anything
Okay
5 minutes ago
Then shut down all containers by running
docker compose down
Then delete all volumes (β οΈ warning, this deletes all the data related to appwrite and it's storage)
docker volume rm $(docker volume ls -q)
And after that, try initializing everything again:
docker compose up -d
Alright
Same error
Do you have done all the steps?
Yes
What are the logs for docker compose logs appwrite
?
@D5
Here it is
Recommended threads
- 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...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! π **Enviro...
- [SOLVED] curl error Number: 6 β function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...