
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
- Bulk Update Error
Getting Following error when updating a document: ``` Failed to Update User: Bulk update is not supported for collections with relationship attributes. ``` In...
- How to delete secured files from bucket?
When deleting a user I want to delete all their data including files. How can I delete secured files in cloud/nodejs?
- What's the best way to store user subscr...
I am confused whether I should store the external subscription status in the user object itself, or have different database for this.
