Vercel Pro features unavailable despite active subscription

I am getting this error but I’m on a premium plan:

Any ideas?

1 Like

This was a miss on our end and the team is working on resolving it

Vercel and v0 are two separate services, with Vercel in charge of web hosting and v0 as source code generation.

Vercel Hobby accounts can deploy apps from public/private personal git repos, but only from public git org repos. Deploying from private repos in github organizations was limiited to Vercel Pro subscribers

v0 used to live mostly separately, and just had an integrated publish button which would send over to Vercel, and the line between the services was clear: Upgrade v0 if you want more features for building the app, and upgrade Vercel when you want better limits when hosting

Now that v0 integrates with Vercel much more closely for the git sync/import and creates Vercel projects immediately, we need to enable some of the Vercel Pro features for v0 Premium subscribers too

This one was missed and the team is working on restoring access so it should work soon

In the meantime if you’re really blocked, you could transfer/fork the repo into a private repo in your personal Github account, where you’ll have access already

1 Like

This should be fixed now, can you try importing your repo from the private org again?