Anyone else getting this issue with all new builds? I have created a support ticket (though that even took 5 or 6 tries to actually generate).
I’m experiencing a critical issue where all new builds are breaking at runtime, even when deploying code that is byte-identical to my last known-good production deployment (commit 32633a7). The builds complete successfully and show READY status, but the deployed functions fail at runtime, returning unstyled HTML instead of expected JSON responses from my Express application.
I’ve conducted extensive bisection testing and confirmed this is not a code issue:
-
Content-identical pushes to the known-good commit produce broken functions
-
Changing Node.js versions (24.x → 22.x) didn’t resolve it
-
Build logs show no errors; dependencies and binary deps compile successfully
-
The issue persists across all new deployments regardless of code changes
This pattern strongly suggests an infrastructure-level environmental drift at Vercel between when my known-good deployment was created and now. My production deployment (32633a7) remains functional when manually promoted, but all new deployments fail at function execution time.