My Vercel KV got auto-deleted, can't change KV env vars

My Vercel KV store integration got autodeleted due to inactivity, causing my app to stop working. I can’t replace the old KV environment variables because I get an “Error loading dashboard” message when trying to edit or open them. Additionally, I can’t delete them since it says to remove the store integration first, which was already auto-deleted.

1 Like

Hey @mkayander. Are you able to create a new store with the Upstash integration instead of Vercel KV?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

Hey @mkayander! Following up on Amy’s suggestion here.

Just to share a bit more context: Vercel KV has been fully sunset, so the path forward is through the Vercel Marketplace. You can set up a new Upstash Redis store there with automatic provisioning and unified billing.

For the orphaned environment variables, since the old integration no longer exists, you should be able to remove them via the Vercel CLI (vercel env rm) if the dashboard is still giving you trouble.

Updated docs: Redis on Vercel

Hope that helps, let me know if you have any issues!