Problem
My project has been failing to deploy for 15+ hours. Every build compiles successfully but then hangs indefinitely at the static page generation step and eventually gets canceled.
Every deployment hangs indefinitely at Generating static pages using 1 worker (0/6) and eventually gets canceled. It never advances past 0/6.
Expected behavior:
Build completes in ~28 seconds as it was doing before this issue started.
Steps to Reproduce / What I’ve Tried
- Ran
vercel --prod— build compiles successfully (~8s) then hangs - Added
export const dynamic = "force-dynamic"to all pages — still hangs - Added
staticPageGenerationTimeout: 120tonext.config.ts— still hangs - Cleared build cache from dashboard — still hangs
- 10+ attempts over 15+ hours — same result every time
Build Output
The build always stops here:
✓ Compiled successfully in ~8s
Running TypeScript …
Collecting page data using 1 worker …
Generating static pages using 1 worker (0/6) …
Project Info
- Framework:
Next.js 16.1.6+Turbopack - React:
19 - Tailwind CSS:
4 - Project:
fud-markets— teamtheboyplunger0x-8019s-projects - URL:
fud-markets.vercel.app - Region:
iad1(Washington D.C.) - Zero
TypeScripterrors, code compiles clean locally