Current versus Expected behavior
I need help with a custom domain connectivity issue on Vercel.
My native Vercel domain works correctly:
However, my custom domain times out from Brazil:
Browser error:
ERR_CONNECTION_TIMED_OUT
Expected behavior:
The custom domain should load the same app as the native Vercel domain.
Current behavior:
The native Vercel domain loads correctly, but the custom domain times out.
Code, configuration, and steps that reproduce this issue
Project:
plantacheck
Custom domains:
- plantacheck.com.br
- www.plantacheck.com.br
Both domains show “Valid Configuration” in the Vercel dashboard.
DNS resolution works correctly:
www.plantacheck.com.br resolves to:
de9a00df76099372.vercel-dns-017.com
64.29.17.1
216.198.79.1
plantacheck.com.br resolves to:
216.198.79.1
Connection tests from Windows / Brazil:
Test-NetConnection www.plantacheck.com.br -Port 443
Result:
TcpTestSucceeded: False
Test-NetConnection 216.198.79.1 -Port 443
Result:
TcpTestSucceeded: False
Test-NetConnection plantacheck.vercel.app -Port 443
Result:
TcpTestSucceeded: True
Traceroute to 216.198.79.1 times out after the ISP route, while plantacheck.vercel.app reaches a Vercel IP successfully.
The Vercel debug script was run with:
www.plantacheck.com.br
But it stopped at:
Range lookup failed - No response from API
The generated vercel-debug.txt only contains that error.
Project information
Framework:
Next.js
Hosting:
Vercel
Domain registrar / DNS:
Registro.br
DNS records currently configured:
A record:
plantacheck.com.br → 216.198.79.1
CNAME:
www.plantacheck.com.br → de9a00df76099372.vercel-dns-017.com
The Vercel dashboard shows both custom domains as Valid Configuration.
Could someone help confirm whether this is a routing, anycast, CDN, edge network, or custom domain endpoint issue with 216.198.79.1?
I do not want to change DNS records blindly because Vercel shows the domain configuration as valid.