AntiPattern
Mis-typed Public Env Vars
mis-typed-public-env-vars
A recurring configuration motif where a PUBLIC-prefixed environment variable is mis-typed or missing, causing derived serverURL values to fallback (e.g., empty strings) and downstream request helpers (like req.get) to break during verification flows.