When you get 500 Internal Server Error. How do you discover the cause in Appwrite.
TL;DR
The user is experiencing a server error in Appwrite. They are asking for help in discovering the cause of the error. The suggested solution is to run the command "docker compose logs appwrite" on the server to obtain detailed logs.run in the server this command:
docker compose logs appwrite
And you will get detailed logs about what happened
Thank you
Recommended threads
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...