Unable to login Django administration

Hi Team,
Unable to login Django administration, after login getting attached screenshot error.

hi @Akaruppasamy :wave: !

We’d need more information about your installation to be able to help.

Looking at the error, I’m guessing this has something to do:


Session cookies in Django Admin

Taiga doesn’t use session cookies in its API as it stateless. However, the Django Admin (/admin/) uses session cookie for authentication. By default, Taiga is configured to work behind HTTPS. If you’re using HTTP (despite the strong recommendations against it), you’ll need to configure the following environment variables so you can access the Admin:

Add to &default-back-environment environments

SESSION_COOKIE_SECURE: "False"
CSRF_COOKIE_SECURE: "False"

Hope this helps, Cheers!

Thanks for support. Now it’s working