Hi,
I believe there is a bug with adding an additional GitHub account through the Vercel project-import wizard.
I already have one GitHub account connected. When I open the import wizard and select the option to add another GitHub account, I can sign in and authorize the second account, but it is never added to the account list. The wizard continues to show only the GitHub account currently connected in my Vercel settings.
The only way I can make the second account appear is to:
- Go to my Vercel settings.
- Disconnect the currently connected GitHub account.
- Connect the second GitHub account.
- Return to the project-import wizard.
The newly connected account then appears correctly. However, the original account disappears, meaning I can never have both accounts available in the import wizard at the same time.
To switch back, I have to manually return to the settings, disconnect the second account and reconnect the first account. I have to repeat this process every time I want to import a repository from a different personal GitHub account, which is extremely frustrating.
Steps to reproduce
- Connect a GitHub account to Vercel.
- Go to Add New → Project.
- Use the option in the import wizard to add another GitHub account.
- Sign in to and authorize the second GitHub account.
- Return to the import wizard.
Actual result
The second GitHub account is not added. Only the GitHub account currently connected in Vercel settings appears.
Expected result
Both authorized GitHub accounts should appear in the import wizard, allowing me to select repositories from either account without repeatedly disconnecting and reconnecting accounts.
I have recorded a video showing the complete issue and the manual workaround. I will attach it to this post. https://drive.google.com/file/d/1mtIk8V1gPVFJCv12Htbc_pHHIxbfiE2J/view?usp=sharing
Can someone confirm whether this is a known bug or an intentional limitation? The presence of an option to add another account in the import wizard suggests that multiple accounts should be supported, but that option does not appear to work.