AntiPattern
Route Param Context Gaps
nextjs-route-param-context-mismatch
Dynamic routing and request/parameter context get mismatched in Next.js when handler components assume URLSearchParams-like values or locale/route params exist automatically; missing conversions and non-returned responses in branches cause incorrect IDs, wrong locale, or hung requests.