You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy UX: honest port field, rocket on the ship chip, real deploy door
Field-found trap: nginx-served builds always listen on container port
80, but the wizard's Port field (default 3000) looked authoritative —
producing a mapping that targeted a port nothing listened on (502).
The preview now reports the container_port the deploy will actually
use, and the wizard says plainly when the App Port entry is ignored
and what the mapping will target.
Discoverability: the Source & Ship chip gains a rocket (it handles
deployments, not just commits) and its tooltip says so; the welcome
screen's Deploy card now opens the Source & Ship drawer instead of
sending a chat message pretending to deploy.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Detected <b>{preview.framework}</b> — the container serves on port <b>{preview.container_port}</b> (nginx serves the built site), so the App Port field is ignored and the published mapping targets {preview.container_port}.
0 commit comments