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
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- general_bad_request when creating accoun...
I have created a new bug request, could anyone have a look - https://github.com/appwrite/appwrite/issues/11908?
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...