Hi everyone,
I’m having an issue with my domain nebwork.vercel.app. It shows as “Valid Configuration” and “Production” in my dashboard, but it’s completely unreachable from any browser or device.
What I’ve tested
New project test
- Created a brand new Vercel project
- Added a new domain (
ned-work.vercel.app) → works perfectly - Assigned the problematic domain (
nebwork.vercel.app) to the same new project → does NOT work
The issue seems specific to the domain name itself, not my project.
DNS resolution
nslookup nebwork.vercel.app 8.8.8.8
The domain resolves, so it exists in global DNS.
Preview URLs work
nebwork-f6fhmwp5m-explotador72s-projects.vercel.app resolves correctly and serves my project.
Online tool analysis
Using mxtoolbox.com/domain/vercel.app/, I found this warning:
Warning: SOA Serial Number Format is Invalid
This might indicate a configuration issue at the parent domain level.
What I’ve already tried
- Domain shows as “Valid Configuration” in Settings → Domains
- Removed and re-added the domain (waited 30+ minutes)
- Flushed DNS, tested on multiple devices/networks
Questions
- Has anyone seen this with a
.vercel.appsubdomain? - Could the
SOArecord issue be related? - Is there a way to force a full domain revalidation?