I had followed the instructions to setup the GitHub Integration. All that has been working smoothly. However, I created a couple of new repos for new functions and it does not show up in the list for connecting the git repository while creating the function. In fact, it looks like only 4 repos are available for me to connect with Appwrite (I have over 20 repos).
So apparently it was only showing repositories I had allowed the appwrite GitHub app to access..... modifying the setting worked. The setting is at:
github -> settings -> Applications (under Integration)
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...