sepezh
(Sepezh)
April 13, 2026, 11:20pm
1
Problem
I just setup my own custom domain sepezh.dev to one of my project. but unfortunately the custom domain just return 404 but still the Vercel one is working same deployment same configs but doesn’t work on custom domain.
Expected to work but it returns 404.
Custom-domain URL: sepezh.dev
Vercel URL: https://sepezh-github-7f0outqdh-sepezhs-projects.vercel.app/
Configuration
vercel.json
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
system
(system)
April 13, 2026, 11:20pm
2
There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.
Sometimes things don’t go as expected when deploying a website. If you see a 404 on your site, that means the page or resource couldn’t be found.
There are many possible causes, and the absence of something can be tricky debug if you don’t know where to look. Here are some things you can do to find the cause and fix it.
Debugging Tips
Check the error code
If you see a mostly white screen with 404: NOT_FOUND along with a Code and and ID then you can click the blue info box below the error deta…
A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0 .
sepezh
(Sepezh)
April 13, 2026, 11:27pm
6
I just created the post, but after checking again it seems to be working now. Maybe I just needed to wait a bit.