Hello,
I’m experiencing what appears to be a Vercel edge/routing issue with a production deployment.
Project: alavi-producao
Team: ALAVI DESTINOS
Deployment ID: dpl_Cvy1VcCmoKQKx657UkLbkPe2o88d
Production alias: alavi-producao.vercel.app
The deployment is shown as READY and promoted to Production. The build completes successfully and generates 39 routes, including /.
However, every request to the production alias returns:
404 NOT_FOUND
Latest reproduction:
X-Vercel-Id: gru1::sbh54-1786591641981-389eb42fe486
We have already verified:
vercel inspectreports the deployment as Ready with target Production- Production aliases are correctly assigned with no
aliasError - The
/route is generated successfully during the build /loginand/favicon.icoalso return the same platform-level404 NOT_FOUND- The direct deployment URL also fails
- Authenticated
vercel curlreproduces the issue vercel logsshows no runtime invocation when the 404 occurs- A fresh deployment without cache was already attempted
- The production alias was reassigned
- Waiting and retesting did not resolve the issue
Since there are no runtime logs for these requests, it appears that the request is being rejected before reaching the application runtime.
Could someone from Vercel please check whether this deployment/project is correctly registered in the edge routing layer, and whether there is a mismatch between the control-plane deployment/alias state and edge routing registration?
Thank you.