Rust on Vercel Functions is now in Public Beta
V0 Model Selection is Back with v0 Mini, Pro, and Max
React Server Components security update: DoS and Source Code Exposure
Agent mode feedback thread
Edit UI with v0's design mode
The v0 Ambassador Program
Theming in v0
Custom instructions in v0
Improve v0 quality with strategic forking
Choose the right v0 model for each task
Cannot set Integration Environment Variables to Sensitive
Thanks for reporting, our integrations team is actively working on this feature but since it involves adding support for each third party, we can't give an immediate ETA for when...
Uhh, where did fork chat go?
It was deprioritized in the UI as the agent is now better at handling longer contexts, as well as the git branch workflow becoming more and more popular You can still fork by...
How to purchase Vercel credits without a subscription plan
If you're talking about v0, then yes you need an active subscription to use the service. The free tier has some limited functionality but all paid features on the paid tiers
How to verify the official Vercel Slack integration for deployment notifications
You are correct that's the offically endorsed plugin. I think the Third Party label there is a mistake, possibly Slack is the third party it's referring to. I'll check with the...
Why Bun SQL on Vercel throws unnamed prepared statement errors with Supabase
Thanks for the extra info, I confirmed with Bun team we are planning to bump bun to 1.3.11 in the next week Recent public tweet on the...
Vercel deployment still active and project name taken after deletion
It looks like that site was deployed as a new project by another account, possibly a team member? I can't share the repository here but you have public commits in it and it's...
Why Vercel account remains paused after Edge Request usage falls below limit
If you fill out the form at [vercel.com/help](https://vercel.com/help) the agent should be able to unpause you automatically
v0 Migration Issues -GitHub Push
v0 now creates a custom branch and syncs each generation to it automatically, with no explicit push button When you want to push the code, you can go over to Publish a pull...
Publishing v0 chat versions to Vercel using platform APIs
Chats don't have projects attached by default, they get them when you add features that require them (like environment variables) or connect git Via the API, you can make a project...
Vercel Blob store blocked and inaccessible after Pro to Hobby downgrade
This looks like a bug in our downgrade process that doesn't respect the billing cycle. I have temporarily unsuspended your store but it will re-suspend soon if it's still over the...
Deployments not triggering since 25 Aug (GitHub App integration) -- project tredis-prototype
There's two issues here - one is our fault: the deploy hooks remain PENDING after they've failed - the reason it failed is listed as `rewrites[0].source` which should mean the...
What is the best way to deploy a Next.js application on Vercel?
On the Vercel dashboard, you can click New Project and connect your Git repository or upload your Next.js project Or from your local environment, you can use the vercel CLI and run...
Deploy Hook accepts job (PENDING) but never creates a deployment
It looks like your deployment is getting rejected because of your cron config – you have an hourly cron set up but the Hobby plan is limited to daily crons. I'll work with our...
Deploy Hooks return PENDING but never create a deployment (project stuck for hours)
It looks like you've hit the Hobby limit of 100 deployments per day. The hook staying stuck at PENDING instead of turning to FAILED is a bug on our end, which I'll escalate to the...
Vercel-side Marketplace installation failure for my integration
It looks like the `ìnvalidToken` was ultimately caused because your `icfg_mL4L…` installation was deleted a few seconds after starting, which usually only happens when something...