79223170

Date: 2024-11-25 13:14:14
Score: 1.5
Natty:
Report link

Have you tried the solution from this post that also is related to Django? From what you described, it could be that you're missing the session cookies in your settings.py:

SESSION_COOKIE_SAMESITE = 'None'
SESSION_COOKIE_SECURE = True

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Eksempelvis