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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...