filestack / filestack-react

Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
MIT License
164 stars 40 forks source link

Issue with IE11 and Instagram connection #45

Closed gvnn closed 4 years ago

gvnn commented 6 years ago

Hi everyone,

I'm experiencing some issues with the picker and Instagram connection on IE11. As soon as I click on the "Connect Instagram" button a new tab gets open and an error 400 is displayed. It works perfectly with Edge and other browsers. With IE11 I receive this error

Api key not found. Be sure that you are setting it with filepicker.setKey(). If you need an api key or forgot yours, head on over to https://developers.filepicker.io

the url is https://dialog.filestackapi.com/dialog/open/?auth=true#/Instagram/

I have tested it with the latest version of filestack-react and filestack-js.

Thanks for your help