Replies: 1 comment
|
Hello @FEATLINK. Please use the “Other” option to link the same repo again.
Alternatively, if you'd rather continue using OAuth authentication, the simpler solution would be to just remove the application from the Team where it is currently sitting and then add it again to the Personal account |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Already tried: disconnecting/reconnecting the GitHub App integration, reinstalling the GitHub App on the GitHub side (both "All repositories" and "Only select repositories" targeting FEATLINK/featup), full page reloads, waiting 90+ seconds with the wizard open.
Note: the SAME GitHub App integration works perfectly in my team (FEATUP) - the private repo FEATLINK/featup was added there and builds fine (ios-check workflow green). Only the personal-account repository sync is stuck.
Expected results
GET /repos eventually returns 200 with the repository list, and the "Select repository" dropdown lists FEATLINK/featup so the app can be added to my personal account. Could you unstick the repository sync job for my personal account? I need the app on my personal account before my team trial ends on July 22.
Actual results
The "Select repository" dropdown never becomes enabled. GET https://api.codemagic.io/repos?teams=false&provider=github permanently returns HTTP 202 (body maps my account id to a fresh sync job uuid on every request, e.g. {"6a4ed5fc4363b1002c0537c6":{"github":""}}). The sync job never completes, so no repository can ever be selected for the personal account. Additionally, POST /apps with the repository HTTPS URL creates the app with provider "generic" / "Manually added" instead of linking it to the GitHub App installation, so private repo cloning is not possible that way either.
Build id (optional)
No response
All reactions