AntiPattern
Server Context Miswiring
server-context-miswiring
Locale/auth gating and server-side execution fail because request-scoped context (cookies, headers, params.locale) isn’t available where it’s consumed, or is checked only once—yielding stale redirects, missing i18n, or server actions not running in the right router model.