My Vercel deployment URL works correctly, but my custom domain does not work for a friend in MI, US. The domain works perfectly from my location in Asia, and I am not sure whether other locations are affected as well.
Custom domain: www.nexorasystems.xyz
The Vercel deployment URL works from the affected network: aamina-enterprises-eacnni0gf-bahadurkhan10s-projects.vercel.app
DNS configuration:
A record: @ → 76.76.21.21
CNAME: www → 169ad3c74fdc89f9.vercel-dns-017.com
The root domain resolves to 76.76.21.21
The www domain resolves to these Vercel IPs: 216.198.79.1 216.198.79.65 64.29.17.1 64.29.17.65
The issue is:
- The .vercel.app deployment URL works for him
- The custom domain does not work
- The issue appears to be specific to a particular network/location
- The affected user is located in Michigan, USA
I have seen similar reports of Vercel custom domains being inaccessible from specific networks or locations while the .vercel.app deployment URL works normally.
The possible solutions I have found so far are:
- Changing the DNS resolver, which may not be a practical solution if multiple users are affected
- Contacting Vercel support or posting on the Vercel Community
Has anyone experienced and solved this type of issue before? I would really appreciate any help or insight into what could be causing it.