- Shipped
- September 4, 2026 at 12:34 AM UTC
- Author
- Kamo
- Commit
- 0059b7c
The public careers site links to /team?jobId=<uid>. Registration is several steps, crosses hosts and bounces through email verification, so the uid is parked in a cookie scoped to the shared apex rather than threaded through the flow's own state, which would lose it at the verification detour. The workspace Careers tab reads it and opens that advert. The Domain is derived from the serving host, never hardcoded: a Domain the browser considers unrelated to the current host is not ignored — the entire Set-Cookie is rejected, silently, with no console warning. Wrapped in Suspense because useSearchParams opts its subtree out of prerendering; without the boundary the whole page de-optimizes for a component that renders nothing.