Solutionunvalidated
Configure the proxy to match only the intended API path (e.g., `/api`) and avoid forwarding root (`/`); let Vite handle `/` and serve the frontend, while Django handles requests under `/api`.
f8ee7191-137e-4317-8ce3-f8aeb09a6591
Configure the proxy to match only the intended API path (e.g., /api) and avoid forwarding root (/); let Vite handle / and serve the frontend, while Django handles requests under /api.