Environment
-
Hosting: Vercel Hobby
-
Domain Registrar/DNS: Spaceship
-
Affected ISP: Glo Nigeria
-
Working ISP: MTN Nigeria
-
Affected browsers: Chrome (desktop/mobile)
-
Deployment URL works; only the custom domain fails.
Problem Hi everyone,
I'm experiencing what appears to be an edge network or routing issue affecting my custom domain from one specific ISP (Glo Nigeria).
Project
Deployment URL: https://mindandmindset.vercel.app
Custom domain: https://mindandmindset.site
www: https://www.mindandmindset.site
Problem
The deployment URL works correctly.
However, both the apex domain and the www domain are inaccessible from Glo Nigeria.
The same custom domain works normally from MTN Nigeria.
Vercel Configuration
- Both domains show Valid Configuration.
- SSL certificate is active.
- DNS is managed through Spaceship.
- DNS records follow Vercel's recommended configuration.
A Record
@ 216.198.79.1
CNAME
www d5e073ec7ff18c7e.vercel-dns-017.com
DNS Tests
Google DNS (8.8.8.8)
216.198.79.1
Cloudflare DNS (1.1.1.1)
216.198.79.1
So DNS resolution appears to be correct.
Connectivity Tests (Glo Nigeria)
Deployment URL
https://mindandmindset.vercel.app
✅ Works correctly.
Custom Domain
❌ curl times out
❌ Test-NetConnection fails
❌ Browser shows ERR_CONNECTION_REFUSED
WWW
https://www.mindandmindset.site
❌ curl attempts
216.198.79.65 → Connection refused
64.29.17.65 → Connection timed out
Ping
100% packet loss
Replies successfully.
Traceroute
216.198.79.131 (used by mindandmindset.vercel.app)
Traceroute successfully reaches destination.
216.198.79.1 (used by mindandmindset.site)
Traceroute never reaches the destination and eventually times out.
Summary
Everything points to the deployment itself being healthy.
The deployment URL is reachable, while only the custom domain edge IPs are unreachable from Glo Nigeria.
Has anyone seen similar behaviour with Vercel's Edge Network or ISP-specific routing?
Could this indicate a routing or peering issue affecting the edge IPs serving the custom domain?
Any advice or confirmation from the Vercel team would be greatly appreciated.
Thank you.
