Can't remove domain

I recently had a project running on my vercel and connected to a domain with DNS records. I removed those records, domains and all as I don’t wanted it now but it didn’t got moved and this vercel screen showed up at my domain:
404: NOT_FOUNDCode: DEPLOYMENT_NOT_FOUNDID: bom1::gt92z-1747641045863-e3bd7b35a9ac


This deployment cannot be found. For more information and troubleshooting, see our documentation.

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.

A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0.

It looks like the domain is still connected to Vercel even if the domain isn’t attached to any project anymore

To fully remove a domain from Vercel:

  1. Go to your Vercel dashboard
  2. Select the project
  3. Go to “Settings” → “Domains”
  4. Find your domain in the list
  5. Click the “…” menu next to it
  6. Select “Remove”

This will completely disconnect the domain from Vercel’s systems. Once removed, Vercel will no longer respond to requests for that domain, even with a 404 page.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.