
also webhook secret is set


and you checked the Redirect on update box under the Post installation section?

ohh it was checked, i unchecked it and now it doesn't redirect or anything anymore. it shows "app was updated for account" in github but in the console it still shows github and clicking it brings me to the github app page

its the same if i select a repository or all repositories

It should be checked

but leave the setup url empty?

What URL?


this setup url

Blank.

Was it blank before?

yes it was but the redirect on update was checked, that was when it used to redirect to the 404 github page

I have the same issue. Documentation says: "Check the Redirect on update box under the Post installation section."
If i do this then Github tries to redirect after successful installation to: https://[Domain]/console/project-[Project-ID]/functions?from=github&to=cover but fails and finally shows the 404 URL SenZi was posting.
which has nothing to do with the callback links defined a bit higher.
It fails with 404 to redirect back.

under this, there's a "Request user authorization..." checkbox. would you please check that and try again?
also, you set the permissions as such right: https://appwrite.io/docs/configuration#repository-permission

@khushbooverma any idea why a user would be redirected to this?

yes the permissions are set exactly as mentioned

@SenZi make sure to do this

I checked the "Request authorisation ...".
Now there is a redirect and it shows the wollowing on the Appwrite side:
Error 500 Signing key cannot be empty Type general_unknown
but it is now using the first callback link: http://[HOSTNAME_OR_IP]/v1/vcs/github/callback


Logs

Sorry this log was just when i refreshed the same url.

This is the log i get when i get redirected to appwrite instance from github


Issue Solved!
_APP_VCS_GITHUB_PRIVATE_KEY=
needed the entire contents in the private-key.pem file, including the new line and double quotes.
https://discord.com/channels/564160730845151244/1147235730599460915/1147283157251538954
Recommended threads
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
- Permissions for bulk operation
Hi team, I have a question: “In the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...
