Hi Vercel team,
My Hobby team Canvas Hub (canvas-hub) is paused after exceeding the Blob Advanced Operations limit. The affected existing project is design-system-hub, with production domain:
https://design-system-maintenance.vercel.app
I identified the root cause in my application: the browser was polling a sync-status endpoint every 2 seconds, and each request performed a Vercel Blob list() operation. This unintentionally generated a very high number of Blob Advanced Operations.
I have fixed the issue in the existing GitHub repository and pushed it to the main branch. The fix removes the 2-second polling loop and avoids reading Blob status for every project listing. Fix commit:
f20a6ed Reduce Blob polling usage
Repository: https://github.com/kyawsoetun-kosanshay/apex-design-system
The existing production deployment is still serving an older commit because the team pause prevents the corrected version from being deployed. I am not trying to create a replacement account, team, or project. I want to keep the existing project and deploy the usage-reduction fix.
Could you please review and unpause the Canvas Hub team so I can deploy the corrected main branch to the existing design-system-hub project?
Thank you.