AntiPattern
Cookie Domain & Access Mismatch
cookie-domain-access-mismatch
Cookies are issued with a domain/IP policy or flags (e.g., subdomain scope, httpOnly) that doesn’t match how the frontend and API expect them, so browsers can’t read JWTs and servers can’t validate requests. Fixes require aligning cookie domain scope and client/server cookie access paths plus allowlisting egress IPs.