Pattern

Missing Route Params Context

missing-route-params-context

Route params and locale values are not reliably available in nested components or server logic because Next.js only wires them into specific entrypoints, so missing await/arguments leads to params/locale being null or Promise-shaped at render time.