Every Vercel deployment currently fails with `Resource provisioning failed` before the build even starts. Discovered on PR #339's preview deploy; reproduced with `vercel redeploy` (deployment dpl_AdZTiyVQwXLvswvAFpTVy2goyRzt and the redeploy both fail identically). The local production build passes, so this is not a code issue.
Root cause: the project's marketplace integration store `stufflibrarycache` (Upstash Redis) has status `suspended` (confirmed via `GET /v1/storage/stores`; the three Blob stores are `available`). A suspended connected resource fails provisioning at deploy time.
Impact
Action (Marc — needs console access)
- Vercel dashboard → cull-ventures/stufflibrary → Storage → `stufflibrarycache`: check the suspension reason (likely Upstash billing/inactivity) and resume or re-create the store.
- Confirm `KV_REST_API_URL` / `KV_REST_API_TOKEN` are (re)linked to the project for Production + Preview.
- Redeploy main; confirm the preview/prod deploy goes green.
Blocks the deploy path for everything in Phase 0.
Every Vercel deployment currently fails with `Resource provisioning failed` before the build even starts. Discovered on PR #339's preview deploy; reproduced with `vercel redeploy` (deployment dpl_AdZTiyVQwXLvswvAFpTVy2goyRzt and the redeploy both fail identically). The local production build passes, so this is not a code issue.
Root cause: the project's marketplace integration store `stufflibrarycache` (Upstash Redis) has status `suspended` (confirmed via `GET /v1/storage/stores`; the three Blob stores are `available`). A suspended connected resource fails provisioning at deploy time.
Impact
Action (Marc — needs console access)
Blocks the deploy path for everything in Phase 0.