Build Failing After Enabling Static IPs Add-on

Current versus Expected behavior

After enabling the new Static IPs Add-on, all my production deploys started failing with the same error message:

An unexpected error happened when running this build. We have been notified of the problem.
This may be a transient error. If the problem persists, please contact Vercel Support.

Before enabling Static IPs, everything deployed fine.
Now, every build fails around 2 minutes and 30 seconds in with no other log detail.
If I disable Static IPs, deploys succeed immediately again.

This has been happening for about 10 hours.

I have already submitted a support ticket as well #810710


Code, configuration, and steps that reproduce this issue

  1. Enabled Static IPs Add-on for my project
  2. Pushed a small commit to trigger a redeploy
  3. Build failed with the “unexpected error” message
  4. Tried redeploying the same commit → failed again
  5. Tried multiple commits (even ones that previously succeeded) → all failed
  6. Disabled Static IPs → build succeeded immediately
  7. Re-enabled Static IPs → failure reproduced instantly

Project information

  1. Framework: Vite
  2. Environment: Production (main branch and new feature preview branch)
  3. Last known good commit: d2af4b8
  4. First failed commit: 7e73420
  5. Time between first failure and now: ~10 hours
  6. Static IPs Add-on: Enabled → fails, Disabled → succeeds

Logs

…truncated…
22:28:24.513 Using TypeScript 5.7.3 (local user-provided)
22:28:25.062 Build Completed in /vercel/output [2m]
22:28:26.267 Deploying outputs…
22:28:44.218 An unexpected error happened when running this build. We have been notified of the problem. This may be a transient error. If the problem persists, please contact Vercel Support https://vercel.com/help


Additional notes

  • The first failed commit only changed a Markdown file — nothing affecting build logic.
  • Local build completes in ~12 seconds successfully.
  • All remote builds fail at roughly the same time (~2m30s) with identical logs.
  • Turning off Static IPs resolves the issue immediately.

Hypothesis

This appears to be related to the Static IPs Add-on initialization or routing.
Possibly a propagation delay or infrastructure routing issue when the add-on is first enabled.


Summary

  • :white_check_mark: Builds succeed without Static IPs
  • :cross_mark: Builds fail with Static IPs enabled
  • :repeat_button: Reproducible 100% of the time
  • :stopwatch: Ongoing for ~10 hours, and tried multiple times periodically throughout the day.
  • :compass: Likely infrastructure-side issue related to the Static IPs Add-on

Looking to confirm:

  • Whether Static IPs require propagation time before first deploy
  • If there’s a known temporary build issue tied to this add-on
  • Or if any configuration adjustments are needed on my side

Thanks in advance for any insights :folded_hands: