David
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. D5
run in the server this command:
docker compose logs appwrite
D5
And you will get detailed logs about what happened
David
Thank you
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...