Changes between Initial Version and Version 1 of Ticket #30433


Ignore:
Timestamp:
May 2, 2019, 1:49:44 PM (5 years ago)
Author:
Anurag Gundappa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30433

    • Property Triage Stage UnreviewedAccepted
  • Ticket #30433 – Description

    initial v1  
    1 I am using django 2.2.1 for my  personal project . It is observed that django admin and custom user login works fine with Firefox  but when tried to login with same URL on Google Chrome version 74, that doesn't works and throws CSRF token error. I  experienced this  issue on Windows  10 and Ubuntu 19.04. I could not even sign up for djangoproject  with Google chrome.  I have hosted same project on heroku and pythonanywhere but still the login behaviour was same. Django 2.1 and  2.2.1 are only allowing user login from Firefox and not with Chrome. I double checked my Login views  but there is no problem  with my views . TO verify this I created new project  with django 2.0 and user login is working as expected with FIrefox and Chrome  both. At first I thought login only working with default browser  so I tried setting Chrome as my default browser but no luck
     1I am using django 2.2.1 for my  personal project . It is observed that django admin and custom user login works fine with Firefox  but when tried to login with same URL on Google Chrome version 74, that doesn't works and throws CSRF token error. I  experienced this  issue on Windows  10 and Ubuntu 19.04. I could not even sign up for djangoproject  with Google chrome. 
     2
     3I have hosted same project on heroku and pythonanywhere but still the login behaviour was same. Django 2.1 and  2.2.1 are only allowing user login from Firefox and not with Chrome. I double checked my Login views  but there is no problem  with my views . TO verify this I created new project  with django 2.0 and user login is working as expected with FIrefox and Chrome  both. At first I thought login only working with default browser  so I tried setting Chrome as my default browser but no luck.
     4
     5On Windows 10 I could only login to my project with Microsoft Edge but not with Chrome.
Back to Top