Vercel deployment limits and PR merge failures with v0 on Hobby plan

Hi, seems that when I open a PR I get this automatic message that I hit the deployment limits?

I’m on a Hobby (free) plan and from what I’m reading on Vercel it’s 100 deployments each hour. I made yesterday maybe 3-4 deployment merges in total and it worked, but for the next 24 hours or so whenever I try to merge PRs nothing happens (I tried more than 10 times or so).

Problem

  • Deployment limit reached after only 3-4 merges.
  • Unable to merge PRs for over 24 hours.
  • Using v0 for project generation/updates.

What’s the new deployment limit or is this some kind of a bug?

The limit for hobby accounts is 100 deployments per day, not per hour, and this includes preview deployments. Since v0 pushes a commit with each version, a new preview deployment is generated, so if you’re very active in v0 it’s possible to hit this limit

1 Like

Hey! To help debug your v0 project, could you share your v0 chat link?
It looks like https://v0.app/chat/... — you can copy it from your browser’s address bar while in the chat.

You’ll also need to unlist the chat so our team can view it — here’s how: Sharing | v0 Docs

This helps the team reproduce what you’re seeing much faster. Thanks!