Cannot Deploy

Hello I have a problem where my build doesn’t get deployed.

All dependencies                                                                         248.15 MB
Created all serverless functions in: 1.740s
Collected static files (public/, static/, .next/static): 11.459ms
Build Completed in /vercel/output [1m]
Deploying outputs...
An unexpected error happened when running this build. We have been notified of the problem. This may be a transient error. If the problem persists, please contact Vercel Support https://vercel.com/help

Hi, @configari!

It looks like your deployment is encountering an unexpected error during the output deployment phase, despite the build completing successfully. The error occurs after the dependencies are installed and static files are collected, suggesting the problem lies in the final deployment step rather than the build process itself.

This issue could be transient (This may be a transient error.), meaning it might resolve itself on a retry.

To troubleshoot, first try redeploying your project.

If the issue persists, review your project settings, check for any recent changes in your codebase or configuration, and examine the full deployment logs in your Vercel dashboard for additional context.

This appears to be a Vercel issue that isn’t something users can resolve on their own. I’ve attempted various solutions, but the deployment outputs continue to fail repeatedly. Please investigate and address this issue.

I have fixed this issue by completely deleting the project and making another project.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.