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
We're also encountering issues with mimetype, but we're seeing that it's always being coerced to text/plain regardless of the file's extension. Downgrading to 3.28.0 was the best temporary solution for us @wesley-at-hl.
When I upload a zip file in 3.29, the filestack picker thinks it is not in list of accepted file types, even though
.zip
is included.I traced it to
getMimetype
is sometimes returning a promisewhich is then compared as if it is a value
The text was updated successfully, but these errors were encountered: