[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

# Vercel subdomain already used by another team after project deletion

39 views · 3 likes · 5 posts


Sudeep (@sudeep72) · 2026-03-12 · ♥ 1

## Problem

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:
```bash
vercel alias list
```

- The inspect command cannot find the deployment:
```bash
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?

- **Team:** `sudeeps-projects` 
- **Subdomain:** `sudeep.vercel.app`


system (@system) · 2026-03-12 · ♥ 1

There's another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.

https://community.vercel.com/t/debugging-404-errors/437

A human should be around soon to offer more advice. But you can also get helpful information quickly by asking [v0](https://v0.dev/).


Jacob Paris (@jacobparis) · 2026-03-12 · ♥ 1

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 vercel.com/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


Sudeep (@sudeep72) · 2026-03-13

Thanks for the clarification.

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:

[https://novatorem-mjyemmusyz-sudeep72.vercel.app](https://novatorem-mjyemmusyz-sudeep72.vercel.app)

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.


Sudeep (@sudeep72) · 2026-03-18

Thanks for the clarification.

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:

[https://novatorem-mjyemmusyz-sudeep72.vercel.app](https://novatorem-mjyemmusyz-sudeep72.vercel.app/)

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.