On vercel, I know that the solution is to leave team and get re-invited back to the team.
Questions
However, the problem here is that I don’t want to request from my manager to send an invite every time I get “disconnected”. I also want to figure out why this is occurring as it seems like a bug, or problem with verification?
Hey @steve-hydraso. You shouldn’t need to leave the team. Team membership is verified by finding the account associated with the commit author, so you would just need to make sure that the git commit metadata matches.
You may need to reconnect GitHub account before deploying if you’re trying to use one GitHub account with two different Vercel accounts. Ideally, you would only need to use one account and add both email addresses to it.
You can find more info about deploying from git repos here:
If you had collaborator before, you aren’t allowed to use them on Hobby plan. Collaboration has never been allowed on Hobby, but a bug allowed some teams to bypass this limitation. Our team recently shipped a fix that ensures our collaboration limits are enforced in GitHub.
If you are the owner of the repository and still not be able to deploy on Vercel, please share us commit SHA so we can take a look.