21 Dec
2023
21 Dec
'23
9:03 a.m.
Helio Loureiro writes:
line 55, in unsign\n raise BadSignature(\'Signature "%s" does not match\' % sig)\ndjango.core.signing.BadSignature: Signature "ofwl5GkP2_1nDnfM8-vAjAwl_Ss" does not match\n',)
I've never heard of this one. Apparently somewhere there is a secret key that is configured to "ofwl5GkP2_1nDnfM8-vAjAwl_Ss" but should be something else.
My best guess is that this is the SECRET_KEY in settings.py, and probably there is some data leftover from before that was signed with the key above but SECRET_KEY in settings.py is still "MyVerrySecretKey". Or it could be the other way around.
Don't know what to do about it though.