[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Vercel serverless functions timing out with zero bytes returned after deployment 11 views · 1 like · 1 post Sbullocks (@sbullocks) · 2026-03-29 · ♥ 1 ## Problem All serverless functions time out with zero bytes returned. Static assets work fine. Even a zero-dependency ping function hangs. The issue persists across two separate projects on the same account. ## Current Behavior - Serverless functions hang until timeout. - Zero bytes are returned to the client. - Static assets are served correctly. - The issue occurs in production but works correctly in the local environment. ## Context All was working as expected on 3/28 when I last deployed under commit `multiplier-dcau573xf-sbullocks-projects.vercel.app`. As of today, 3/29, I made some changes to my repository (rate limiting), committed and deployed to `Vercel`. I updated my `env` variables but keep getting hanging API calls. Both my `/github` and `/claude` calls are hanging until timeout.