Hi everyone,
I have a static site deployed on Vercel that works correctly on the project domain but hangs on my custom IDN domain.
Affected Domains
Working domain:
https://greenhouse-eosin.vercel.app/ — full page loads normally
Affected domain:
https://www.xn–90ahalobcoje5a6c9c.xn–p1ai/ — browser shows infinite loading
Issue Details
- No redirect loop
- Response starts with
HTTP 200 OK - Body download stalls at ~21,085 bytes (out of 154,162 total)
- Same deployment and content load fully on the
.vercel.appdomain
What I've Tried
- Re-added both domains (
wwwand apex) in project settings - Set
wwwas primary, apex as redirect - DNS is delegated to Vercel nameservers
- Cleared local DNS and browser caches
- Tested in multiple browsers
- Verified with
curl— custom domain stalls,.vercel.appcompletes
My Guess
Something in edge routing / CDN path / TLS handling specific to IDN domains.
Has anyone experienced similar issues with IDN (punycode) domains? Any suggestions appreciated!

