I have a standalone Next.js project named ora-gate-mainnet.
The production deployment is marked READY and PROMOTED, but every public URL returns Vercel’s platform-level white 404 NOT_FOUND page:
- https://ora-gate-mainnet.vercel.app/
- The current unique deployment URL shown in the Vercel deployment page
- The team deployment alias
Deployment ID: dpl_6kkvMhz2mk8aVDZ5EReLFny3VJ7B
Vercel metadata reports:
- aliasAssigned=true
- aliasError=null
- Project is not paused
- Deployment Protection is disabled
- Repeated redeploys did not fix the issue
This is not a Next.js route-level 404. The Vercel platform cannot serve the deployment at all. The issue appears similar to this report: https://community.vercel.com/t/deployments-ready-but-pages-404-routing-layer-deregistered/46287
Can someone inspect or restore the production routing/live state? No source, environment, domain, database, or payment changes are needed.
The separate ora-juicer-prod project must not be modified.