
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
- Origin error after changing default port...
Hi! I need some help regarding an issue I’m facing with Appwrite after changing the default ports. I have a self-hosted Appwrite instance running on my VPS. I ...
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
