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'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 $...