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
And today started receiving support requests that MS Edge users and users on outdated Chrome browsers can't upload images. This is true for MacOS, and I'm reasonably sure Windows.
We were including filestack in our app with
https://static.fs.turtl.co/filestack-js/3.x.x/filestack.min.js
And today started receiving support requests that MS Edge users and users on outdated Chrome browsers can't upload images. This is true for MacOS, and I'm reasonably sure Windows.
I hardcoded it to
https://static.fs.turtl.co/filestack-js/3.36.4/filestack.min.js
And it once again works.
The error is
TypeError: Failed to construct 'URL': Invalid URL at e.resolveUrl (filestack.umd.js:3225:33)
Haven't investigated further for now. Might get to it in a few days.
The text was updated successfully, but these errors were encountered: