I’m getting a persistent “We encountered an internal error. Please try again.” error during the “Deploying outputs…” phase. The build completes successfully every time, but deployment fails.
Details
- Project:
Next.js16.1.6 (Turbopack) - First fail: 3 hours ago
- Regions tried:
pdx1(Portland),lhr1(London) - same error in both
Build log (truncated)
Build Completed in /vercel/output [47s]
Deploying outputs…
Error: We encountered an internal error. Please try again.
What I’ve tried
- Redeploying multiple times
- Switching from
buntonpm - Changing deployment region to
lhr1 - Triggering redeployment of previously working builds
The build phase succeeds consistently - static pages generate, serverless functions are created, static files are collected. The error only occurs during “Deploying outputs” which seems to be Vercel infrastructure, not my code.
Is there something in my build output that could trigger this? Or is this a known infrastructure issue? Please note that if I trigger redeployment of previously working builds, they fail with the same error message.