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