When linking github to the first project, i selected a repo to link to that project. In the 2nd project, if i try to link github and go to the github page i can no longer select the same repo because its already selected on github.
Did you give access to all repos when connecting to GitHub?
nope, i gave access to just one repository.
Maybe you should try again but give full access
and it works in the 1st project as well.
also btw is it not possible to disconnect or unlink github? in case i want to use another account after linking a github account
You can uninstall/disconnect... maybe in the function...maybe in project settings
got it, its there in the project settings not in the function settings ig
well this doesnt work either
because if i give all repository permission in the 1st project, when i try to connect in the 2nd project it doesnt give an option to save in github
it just takes you to this page and you can't press save or anything
i see okay. let me talk with the team
@SenZi can you try updating your github app in https://github.com/settings/apps go to the Advanced page > Danger zone > and Make this application public
well then it just gives an option to select organisation or personal account first nothing else changes.
yep, select whichever
I did, and it just takes me to the same page.
this page
After you made your GitHub app public?
once you get to that page, you should be able to click save
yes
it's still greyed out, i tried removing the already linked repository and link again but your suggestion to replace line breaks with \n doesnt seem to work https://discord.com/channels/564160730845151244/1147708406849876079/1147757861561176144
have you tried uninstalling the github app and re-installing?
something is malformed with your key
it's the same key but the line break is replaced with \n, i'll try to fix it and check the greyed out issue.
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...