Hi,
I’m having a persistent deployment issue with a Hobby project. The application was deploying normally until recently, but now new deployments — including deployments of previously working code — are failing.
Every failed deployment follows the same pattern:
Build Completed in /vercel/output [17–20s] Deploying outputs...
The deployment then changes to Error without displaying any additional error message.
In the Output tab of a failed deployment, I see:
The deployment failed; no output was created for your deployment.
A previously successful deployment of the same application still shows all expected output files and functions and continues to run normally in Production.
I have checked the following:
The same previously working source also fails when deployed again. The build itself completes successfully every time. Function Region is set to a single region (iad1). Usage is well below the Hobby plan limits. GitHub is still connected correctly. Build Command, Output Directory, Install Command, and Root Directory settings have not been changed. The existing Production deployment continues to work normally.
The failure appears to occur after /vercel/output has been successfully built, while Vercel is deploying or registering the build output.
Could someone please help determine whether this could be a project/account-level restriction or an issue with deployment output processing?
Project: household_finance_plaid_ready_vercel-3
Thank you.