Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.37.4 causing upload issues in MS Edge and outdated Chrome #584

Open
VesterDe opened this issue Jan 23, 2025 · 1 comment
Open

3.37.4 causing upload issues in MS Edge and outdated Chrome #584

VesterDe opened this issue Jan 23, 2025 · 1 comment

Comments

@VesterDe
Copy link

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.

@James-Hastie-NC
Copy link

James-Hastie-NC commented Jan 28, 2025

I can confirm I am seeing the same issue in Microsoft Edge only, Chrome, Vivaldi and Firefox work without issue.

Tested on macOS 15 and Windows 10.

Edge - Version 132.0.2957.127 (Official build) (arm64)

As above, I have set filestack-js in package.json to 3.36.4 which has solved the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants