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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...