shekpaarOriginal post
Rank 1: Thread
I have some weird error and I tried with 2 cases:
Case "Github App is private":
When I click to connect to github (in appwrite) I get no possibility to install the app. I only see the overview off the github app.
Case "Github App is public":
When I click to connect to github (in appwrite) I get an 404 page on github.
- Github App is set as in the docs.
- All variables are set correctly.
- GITHUB_PRIVATE_KEY is set with "\n" correctly.
It looks like I am missing somethin in the github app to register it?
Summary
Issue: Developers encountering a 404 error when trying to connect their GitHub app.
Solution: The issue may stem from the GitHub app not being installed or registered correctly. Ensure that the app settings match the documentation and that all variables, including GITHUB_PRIVATE_KEY, are properly configured. Double-check the installation process for the app on GitHub to address the connectivity problem.