
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
- Suggested docker-compose.yml uses known-...
The version of `docker-compose.yml` in the self-hosted instructions uses the image `appwrite/console:6.0.13` for the `appwrite-console` container. This version ...
- Asynchronous Function Execution via Func...
Hi everyone, Is there a way to call a function via its function domain URL with async execution set to true?
- Server Error when upserting existing and...
Hello there! Im currently experiencing issues with the not so long ago officially announced upserting funcionality. Im running appwrite 1.7.4 self hosted and no...
