Hi everyone,
I’m experiencing an issue with my custom domain configuration and could use some help. My Vercel deployment works perfectly on the default domain, but returns a generic server error on my custom domains.
Problem
When accessing my custom domains (vocdive.com or www.vocdive.com), I get this error:
Not Found
The requested URL was not found on this server.
However, when I access the project via the Vercel domain (voc-data.vercel.app), the site loads perfectly.
Project Details
- Framework:
Next.js 16 - Project:
voc-data - Custom domains:
vocdive.comandwww.vocdive.com - Vercel domain (working):
voc-data.vercel.app
What I’ve Verified
- Both custom domains are properly added and verified in my project settings
- DNS is correctly configured (
CNAMEpointing to Vercel) - SSL certificate is valid and issued
- Domain passes all Vercel domain checks (DNS, certificate, nameservers)
- DNS provider confirms everything is configured correctly on their end
- Latest deployment is in
READYstate and set as production - Issue persists in incognito mode and across different browsers
This appears to be a routing issue on Vercel’s infrastructure side, as the domain resolves to Vercel but isn’t routing to my deployment. Any help would be greatly appreciated!