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
- Excessive usage of cloud functions is sl...
I have made almost all my requests through cloud functions and jwt , due to security fears of a user editing a field he is not supposed to . This unfortunately...
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...