Hi guys, i've tring to add multiple projects to same github account but it only works when i install first time. I guess installing github to appwrite project finished by calling callback url but since it was already installed, so absence of calling callback url from github is causing problem. Is there workaround to solve this problem? best regards
TL;DR
To add the same GitHub account to multiple projects, you can generate personal access tokens in GitHub and use those in your projects directly instead of relying on the callback URL method. This way, you can authenticate your account across all projects without the need for callback URLs.