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 am getting an 403 SignatureDoesNotMatch error when I try to upload a file that has custom extension (not standard one).
I see in the logs that network request that is being sent to the server in order to get signed url has contentType=, meaning it is set to nothing. I am guessing file.type returns nothing so that is why this happens? Is this something you could support in the future, or should I go around it myself?
Thanks!
The text was updated successfully, but these errors were encountered:
I am getting an 403 SignatureDoesNotMatch error when I try to upload a file that has custom extension (not standard one).
I see in the logs that network request that is being sent to the server in order to get signed url has
contentType=
, meaning it is set to nothing. I am guessing file.type returns nothing so that is why this happens? Is this something you could support in the future, or should I go around it myself?Thanks!
The text was updated successfully, but these errors were encountered: