TypeError: Cannot read properties of undefined | upstream null; missing default; async race |
Hydration mismatch (React/Next) | server vs client divergence — date/locale/random/window in render |
ECONNREFUSED / ENOTFOUND | service down; wrong host; DNS; container networking |
ECONNRESET mid-request | upstream timeout; LB idle timeout < request time; keep-alive mismatch |
Connection terminated unexpectedly (pg) | pool exhausted; DB restart; long-running query killed |
deadlock detected | inconsistent lock ordering across transactions |
duplicate key value violates unique constraint | retry without idempotency; race in upsert |
Maximum call stack size exceeded | unbounded recursion; cyclic JSON; effect loop |
CORS … blocked | server missing Access-Control-Allow-Origin; preflight failing |
JWT expired / signature invalid | clock skew; wrong key; rotated secret without rollover |
OOMKilled (k8s) | memory limit too low; leak; large allocation per request |
request entity too large | body size limit on proxy / framework |