Hi community! I have a domain redirect issue that I can't resolve through the dashboard.
Current behavior:
My domain schoolofcinematics.io redirects to https://arenjo.com/cinematics
Expected behavior:
The domain should serve my content directly without redirecting
What I've checked:
-
Team-level domain settings - no redirect visible
-
Project-level domain settings - no redirect visible
-
Deployment settings - no redirect visible
-
DNS records are correctly configured (ALIAS records pointing to Vercel)
-
No redirects in next.config.ts or vercel.json files
Evidence:
When I curl the domain, I get:
HTTP/2 308 location: https://arenjo.com/cinematics server: Vercel
HTTP/2 308
location: https://arenjo.com/cinematics
server: Vercel
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?
Thanks for any help!
