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
- How connect an existing sveltekit projec...
The docs are splitte with two different versions... ### [Oficial Docs](https://appwrite.io/docs/quick-starts/sveltekit): **1. Create project** **2. Create Sve...
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...