Project: novastroy-base (team: nova-stroy)
Production is currently stuck on an old deployment because every new deployment since 2026-09-15 05:32 UTC fails during the platform-side "process-and-upload-routes" step, right after the build itself completes successfully.
Error details (identical across every attempt):
errorCode: invalid_routes errorStep: process-and-upload-routes readyStateReason: "The deployment failed because of an internal Vercel error."
This is not a code issue. Evidence:
The build itself completes cleanly every time (Next.js build, TypeScript check, static page generation — all succeed, no warnings besides the unrelated memory setting notice). The last successful production deployment was dpl_DMhw8MYTaEn4HG3SEoeNCPGKemWW (commit 24e19ab). Six consecutive deployments have failed with the exact same error since then, across different trigger methods: dpl_Fb1bAJUfdEdRMs7XBBiJ75mz1rP2 — regular git push (commit 193685b, a one-file TypeScript logic change unrelated to routing/config) dpl_GqaZgso7qkSy1i823TBGq6iYC1sM — CLI vercel redeploy dpl_AuUtdfGqDvd2Azk75AXbHMKs1auW — CLI vercel redeploy (retry) dpl_9MgLbF3Nq5d16M3sknakodejkiM1 — CLI vercel redeploy (retry) dpl_GQKiDG7kQVX1x4i33wmFYuZ4pgau — fresh git push (commit 8807d29, unrelated docs/notes file only) dpl_CUcdby2794CAnW7Yaw9seq1oxxj6 — manual "Redeploy" from the dashboard with "Use existing Build Cache" unchecked None of these commits touch vercel.json, middleware, routing config, or the number/shape of routes — the app's route list is unchanged from the last successful deployment. Disabling the build cache did not change the outcome (attempt #6).
Could you please investigate why "process-and-upload-routes" is failing for this project and get production deployments working again? Happy to provide any additional deployment IDs or logs you need.