DEV Community

Vicente G. Reyes
Vicente G. Reyes

Posted on

django.core.signing.BadSignature: Signature is not valid

I have a newsletter feature on my project with django-cryptography and when I logged in on the admin and checked the newsletter signups, it returned

BadSignature at /admin/sendemail/newsletteruser/ Signature is not valid

This is the whole traceback on the CLI

Internal Server Error: /admin/sendemail/newsletteruser/
Traceback (most recent call last):
  File
…

Top comments (0)