Initially, my landing page was created on Bolt and hosted successfully on Vercel (vercel.app). However, after integrating Supabase for Google Authentication and adding a collaborator to the GitHub repository, the live site stopped displaying properly on Vercel.
I’ve already tried disconnecting Supabase and redeploying the project on Vercel, but it didn’t resolve the issue. I also deleted the existing Vercel project and created a new one, importing it again from GitHub - still without success.
The only step I haven’t tried yet is deleting the GitHub repository entirely, recreating the project, and reconnecting Bolt → GitHub → Vercel from scratch. However, I’m unsure if that’s the correct troubleshooting direction.
I’d appreciate it if someone could help me with this matter.
Can you explain what “the live site stopped displaying properly on Vercel” means? Is it not deploying anymore? Is the UI not looking like as it should? How do we confirm and recreate this issue?
I’d recommend comparing the build outputs with previous deployments in the Deployments tab of your Vercel project dashboard.
If you need more help, please share your public repo or a minimal reproducible example. That will let us all work together from the same code to figure out what’s going wrong.