I am having a problem connecting github app on multiple organizations, it only works on the first organization, but when I try to connect it to a second organization, it shows the page where the app is already installed, and it doesn't take me back to the Callback URL
- how to workaround this issue? connecting to an app that is already installed
- is it possible to connect multiple github apps to the same appwrite instance? but then how to configure the following:
_APP_VCS_GITHUB_APP_NAME=
_APP_VCS_GITHUB_PRIVATE_KEY=
_APP_VCS_GITHUB_APP_ID=
_APP_VCS_GITHUB_CLIENT_ID=
_APP_VCS_GITHUB_CLIENT_SECRET=
_APP_VCS_GITHUB_WEBHOOK_SECRET=
here is a video showing the problem https://e.pcloud.link/publink/show?code=XZWCq9ZyDmo6nrCxn5Hsmjdm9PuQ5BWhTdk
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?