telexed ~ c / dee6079e-2a4radar:40 · infra_saasLIVE
← back
NO.
#dee6079e
Topic
INFRA & SAAS
Source
vercel_blog
Published
2026-05-29 00:01:00
Importance
★ 4/10 — radar 40
`Vercel Sandboxes` Adds Public Binding for Port `8080`
FIG-4121:1

`Vercel Sandboxes` Adds Public Binding for Port `8080`

Apps can now bind 8080 directly through the ingress domain. Small but useful when templates, dev servers, or agents assume 8080 by default.

[ KEY POINTS ]
  1. Port 8080 was previously reserved for the sandbox controller; that controller moved to 23456, freeing the common app port.
  2. Ingress support means services listening on 8080 can be opened directly, reducing custom port rewrites in sandboxed dev flows.
  3. This mostly helps compatibility with existing templates and tools. Not a platform shift, but fewer sharp edges in Vercel previews.
Originalvercel.com/changelog/port-8080-is-now-available-in-vercel-sandboxesRead original →

// related