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
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- 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 ...