AntiPattern

Static Path Mismatch

static-url-filesystem-mismatch

Static assets fail to load because nginx routes /static/* to an incorrect filesystem URL (often via a wrong location root/alias), while the container mount and Django/templating paths disagree, producing 404s and broken pages.