The redirect appears to be configured somewhere in Vercel that’s not visible through the standard dashboard interface. I set this up a few weeks ago but cannot remember how or where I configured it.
Project: Next.js app
Framework: Next.js 15.4.4
Has anyone encountered this before? How can I locate and remove this redirect configuration?
The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.
You can also use v0 to narrow down the possibilities.
Yes, I did have redirects in my vercel.json file a few weeks ago, but I’ve since removed them. My current vercel.json only has rewrites configured. However, the redirect is still happening even though I’ve removed the redirect configuration from the file. Could there be a cached version or deployment that still has the old redirect configuration?
Digging into the data, it looks like schoolofcinematics.io is assigned to a project called schoolofcinematics-redirect. You can remove the domain from that project and add it directly to the project that has the content you want to use.
If you still want to keep it on the redirect project, you should remove any vercel.json redirects included in that project.