Hello,
Problem
I accidentally deleted a project and now I’m trying to reuse its .vercel.app subdomain (passkey-server-nu.vercel.app) for a new project. However, the subdomain seems to be stuck — it’s not visible on my Domains page, and using the Vercel CLI with --force still says the domain is already in use.
Steps Taken
- Checked for existing aliases with
vercel alias listacross all accounts usingvercel switch. - Attempted to remove the alias using
vercel alias remove passkey-server-nu.vercel.app.
Despite this, I still cannot reclaim the subdomain.
It seems like the alias might still be tied to the deleted project internally. Could someone advise how I can manually release this subdomain so I can assign it to my new project?
Thank you in advance!