AntiPattern
Static Path Misalignment
static-path-misalignment
Static files fail to load because Django settings (STATIC_URL/STATIC_ROOT), Nginx location routing, and container/cPanel filesystem mounts disagree, so requests resolve to the wrong root path and fall back to defaults or 404s.