AntiPattern

Startup Server Command Mismatch

startup-server-command-mismatch

App startup fails or hangs because the runtime command and event-loop/CLI expectations for the server (Uvicorn/FastAPI) don’t match the container/NGINX/process model, causing module import errors, blocked requests, or argument parsing conflicts.