I previously had a Vercel project using the subdomain sudeep.vercel.app, but that project was deleted.
The domain is still active and currently redirects to one of my forked GitHub profiles. Because of this, I cannot assign the domain to my new project.
Error: Domain is already used by another team
What I Checked
I checked all my teams:
sudeeps-projects
SecuTech Labs
I ran the following command in both teams and the subdomain does not appear:
vercel alias list
The inspect command cannot find the deployment:
vercel inspect sudeep.vercel.app
The domain still resolves:
https://sudeep.vercel.app/api → 404
https://sudeep.vercel.app/api/spotify → Internal Server Error
The root domain redirects to my GitHub profile.
Request
It looks like the alias is still attached to an old/orphaned deployment. Could someone from the Vercel team please release sudeep.vercel.app so I can assign it to my new project?
The project behind that domain is still active but is on a different Vercel account, it looks like you ended up with two accounts by mistake.
The other one is connected to a github account with what looks like both your first and last name, as well as a different gmail account that also has two names in it
You’ll need to make a case with Help to transfer it to your new account, or alternatively if you log into the other one you can change the domain alias away and then you’re free to assign it to a project on your new account
While investigating further, I checked my GitHub repositories and found that the subdomain was likely created from a deployment of a forked repository of the novatorem project. In the GitHub deployment history, I can still see an old production deployment with a URL similar to:
The repository also contains a vercel.json file that redirects the root path to the GitHub repository, which explains why sudeep.vercel.app currently redirects to the GitHub repo.
I also noticed that I previously received a “Delete my account request” email from Vercel on the same Gmail account I’m using now, which makes me think I may have deleted or created multiple accounts earlier using different login methods (GitHub vs Google).
At the moment, when I try logging in via GitHub or Google, it always redirects me to my current account, so I’m unable to access the other account that still holds the subdomain.
I’ve already submitted the Account Recovery Form with these details. My goal is simply to either regain access to the account that owns the deployment or have the sudeep.vercel.app subdomain released so I can attach it to my project under the sudeeps-projects team.
While investigating further, I checked my GitHub repositories and found that the subdomain was likely created from a deployment of a forked repository of the novatorem project. In the GitHub deployment history, I can still see an old production deployment with a URL similar to:
The repository also contains a vercel.json file that redirects the root path to the GitHub repository, which explains why sudeep.vercel.app currently redirects to the GitHub repo.
I also noticed that I previously received a “Delete my account request” email from Vercel on the same Gmail account I’m using now, which makes me think I may have deleted or created multiple accounts earlier using different login methods (GitHub vs Google).
At the moment, when I try logging in via GitHub or Google, it always redirects me to my current account, so I’m unable to access the other account that still holds the subdomain.
I’ve already submitted the Account Recovery Form with these details. My goal is simply to either regain access to the account that owns the deployment or have the sudeep.vercel.app subdomain released so I can attach it to my project under the sudeeps-projects team.