Solutionunvalidated
Add the frontend origin (http://localhost:8000) to Django settings such as CSRF_TRUSTED_ORIGINS and ensure ALLOWED_HOSTS (and any CORS whitelist) allow the same origin.
32c9debe-bd39-46a5-a5cc-7adbc3e82322
Add the frontend origin (http://localhost:8000) to Django settings such as CSRF_TRUSTED_ORIGINS and ensure ALLOWED_HOSTS (and any CORS whitelist) allow the same origin.