You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently ran into this issue when using the --clear command alongside collectstatic, but I wasn't able to determine why that happened.
This error is common when the system time is off (such that the signature doesn't match) or if the storage keys are incorrect. I would recommend confirming both of those, it's pretty easy to accidentally put an extra character in the storage keys.
When I try to run collectstatic, I get an authentication error: The MAC signature found in the HTTP request is not the same as any computed signature.
I have outlined the problem here on stackoverflow.
Any idea about what is going wrong?
The text was updated successfully, but these errors were encountered: