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'm not sure if this is the same issue, but I'm seeing similar behavior now. Possibly a regression? With maxFiles set to 1, after selecting an image to upload, a blue beach ball appears and never goes away.
Looking at the console, I can see there's a js error. See the attached gif for details. Note: when I change maxFiles to 2, everything works fine.
Using Rails 7.2, with import maps, in my erb views I have
<%= form.filestack_field :image, 'Test Filestack!', pickerOptions: { 'maxFiles': 2 }, onFileUploadFinished: 'onFileUploadFinishedCallback' }, id: SecureRandom.uuid , input_id: SecureRandom.uuid %>
If I set maxFiles to 1 it allows me to select a file, but it's never uploaded to Filestack.
The text was updated successfully, but these errors were encountered: