Hi,
My Hobby team sonical0s-projects has been paused since 11 June 2026, and I can't find any way to bring it back.
On 11 June I received two notification emails saying the team had used 100% of the free tier for Function Invocations (1M) and Edge Requests (1M). All projects have returned 402 DEPLOYMENT_DISABLED ever since, including thecourrier.vercel.app.
I've since found the cause. A React hook fired an unbounded request loop: at mount a fetch left before credentials were decrypted, and the resulting error state triggered repeated retries — 664 requests in 15 minutes where one was expected. The build deployed on 10 June contained that bug, which is why both million-unit quotas were exhausted within a day.
It is fixed and merged to main, ready to deploy: superseded requests no longer write to state, no request is sent before credentials exist, an edge Cache-Control on /api/steam, per-IP rate limiting on the Nexus endpoints, 13 Jest suites / 120 tests passing.
What I'm stuck on: the current cycle (17 Aug – 16 Sep) shows 0 / 1,000,000 Function Invocations and 25 / 1,000,000 Edge Requests, so the quotas reset long ago, but the pause never lifted. I can't find a resume control anywhere — team settings and billing show "Hobby Plan — Active" with no mention of the pause, and the only pause control I can see is the voluntary per-project one, which I never used.
Is a Hobby team supposed to resume automatically at the next cycle? If so, mine hasn't. If not, what is the path to reactivation?
These are personal, non-commercial projects (a Fallout radio player and a personal mod tracker). I emailed support@vercel.com and got the automated reply pointing me here.
Thanks!