CSRF trusted origins are set using an environment variable. The env value was wrongly name to CORS_ALLOWED_ORIGINS, which doesn't exist in our Django configurations. I fixed this minor issue.
CSRF trusted origins are set using an environment variable. The env value was wrongly name to CORS_ALLOWED_ORIGINS, which doesn't exist in our Django configurations. I fixed this minor issue.