In this case test111 is working, i created it after migrate. the others are not working. I can also not delete it
I recive internal Error 500
try opening the terminal and running docker compose ls
that might be where your compose file is...either that or it's in that location in the portainer container...
what's the output of docker network ls and docker volume ls
now docker inspect appwrite_appwrite-mariadb
where'd you get the appwrite stack config?
from the appwrite page
volume was created recently that's good...
I noticed, only the previus created buckets have internal server error
maybe there are some bad values in the old buckets...is it okay to recreate the buckets?
There is nothing inside. I can also delete it, but if I click on the bucket I can not see any delete button. The page with 500 Internal Error occures
all this can be deleted:
can you maybe delete via API or server SDK?
Can try
I can list all buckets, now trying to delete it
Delete via API is working.. I created again a HelloWorld bucket. Looks good
Thanks for your support @Steven
For the other colleges, maybe it is very important to run the "migrate" command on the "appwrite" docker befor to do anything on the new upgraded version.
We can mark it as solved <:appwriteparty:946072712915341333>
[SOLVED] Server Error Storage
Recommended threads
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...