Self-hosted appwrite 1.4.2 setup I am unable to get the github integration for functions to work. I setup all the environment variables (certificat with double quotes and \n). When I click on the integration setup I get redirected to github choose my organisation and get back to appwrite with a pop up of success, however, nothing changes and I do not see the repositories. In the logs I have a Not Found error. How to debug this?
Did you put the callback URLs in the same order as listed in the docs?
Oh good catch, I at first I did not and when I switch them without deleting it it did not take the change. So you need to delete them an then add them in order. Seems to work now thanks!
[SOLVED] Appwrite 1.4.2 Fail to get repositories from GitHub App integration
Recommended threads
- 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...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...