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?
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...