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
This is happening maybe 10% of time when uploading multiple images via the filestack picker.
The offending JS appears to be:
var r=n({tile:200});
Which could be in the resizing code, but since it's minified, it's hard to tell :)
I can't find a single cause for the bug occuring - it seems to happen irrespective of file size or number of files.
This is happening maybe 10% of time when uploading multiple images via the filestack picker.
The offending JS appears to be:
var r=n({tile:200});
Which could be in the resizing code, but since it's minified, it's hard to tell :)
I can't find a single cause for the bug occuring - it seems to happen irrespective of file size or number of files.
I'm loading filestack in the via:
And my uploader is using
filestack_picker_element
with the following options:Thanks!
The text was updated successfully, but these errors were encountered: