You need to setup the corresponding env variables related to GitHub
Good catch tho, I am making task to throw nice error instead of invalid redirect.
GITHUB_PRIVATE_KEY can mean many things especially in the context of github, so which key specifically assuming the its an organisation app
One from Settings -> Developer Settings -> GitHub Apps -> [YOUR APP] -> Private keys.
You click Generate. It downloads file. You put content of that file into the variable, surrounded by "" (double quotes)
We tried our best to name variables as close to names coming form GitHub App edit page
The documentation seems to be elusive on the the configuration of the webhook secret, where and how do we do that is the webhook secret the same as the webhook?
Same page as I mentioned above, there is input for Webhook secret. type anything in there, something random. Then set same value in Appwrite .env.
this specific problem is due to missing _APP_VCS_GITHUB_APP_NAME
[SOLVED] 404 redirect when trying to configure github in 1.4.1
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...