[SOLVED] Appwrite 1.4.2 Fail to get repositories from GitHub App integration
- 0
- Resolved
- Functions
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
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...