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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- 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 ...