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 can't fully answer your question, but here are two ideas to pursue:
What is the HTTP return code of the request? Looking at the source of generate_aws_v4_signature, it has four return statements. They return HTTP 403, 500, 500, and (likely) 200, respectively. So the HTTP return code says something about what is returning.
Check the javascript console of the web browser. It may be complaining about CORS, e.g.:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://.... (Reason: CORS request did not succeed). Status code: (null).
If it's complaining about CORS, you have to fix your CORS permissions. Not quite sure how yet.
Hi, whenever i try to upload through the admin interface i get stuck posting to get aws v4 signature over and over again, any ideas ?
The text was updated successfully, but these errors were encountered: