
when trying to configure appwrite to github, i am getting the error :
{"message":"Server Error","code":500,"type":"general_unknown","version":"1.4.12"}
i am not sure what this error means and where its coming from, anyone with an idea?

Can you show the output from docker compose logs appwrite

maybe there is more information there

di you set up all the env vars?

Also, can you double check you have 2 callback URLs in your GitHub app settings in the same order as the docs? https://appwrite.io/docs/advanced/self-hosting/functions#callback
Recommended threads
- Issue creating team membership with USER...
Log time ago it worked without any issue when I made a demo app but now it is not working in cloud function. code ```await awTeams ?.createMembe...
- Deployment Error Logs - Golang Functions
Hi guys - I have been developing an appwrite function via the cloud service with a golang runtime environment. Currently, I only get error messages whilst deplo...
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
