Troubleshootingtroubleshooting / deployment
Deployment Issues
What this is
This page helps when a project works locally but fails during deployment.
Most Vibe 101 deployments use GitHub and Vercel.
Why it matters
Deployment is the finish line. A learner should leave with either a live site or a clear next fix.
What to do
Check these in order:
- Does the project work locally?
- Did the learner push the latest code to GitHub?
- Did Vercel import the correct repository?
- Did Vercel show a build error?
- Does the live URL open after deploy?
Use this prompt:
Copy prompt
My Vercel deployment failed.
Localhost status:
[working / not working]
GitHub repo:
[link]
Vercel error:
[paste error]
Help me fix only the next step.Common mistakes
- Deploying before localhost works.
- Forgetting to push latest code.
- Selecting the wrong repository.
- Ignoring the Vercel build log.
Next step
Go to Links.