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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...