Antonio Gatto

Results 3 comments of Antonio Gatto

> Did you find a workaround for this? I suffer from the same isue. Me too. I found #67 that address the issue. Try to install from github or downgrade...

Yes, I get the url from my backend. console tab output ![image](https://user-images.githubusercontent.com/5853930/98405373-ee24f400-204a-11eb-80c2-7b43d70fdd9c.png) upload request ![image](https://user-images.githubusercontent.com/5853930/98405475-1ad90b80-204b-11eb-81cc-383ade987fac.png) pre-flight request ![image](https://user-images.githubusercontent.com/5853930/98405541-2f1d0880-204b-11eb-9e9e-114c372a4119.png) ![image](https://user-images.githubusercontent.com/5853930/98405549-32b08f80-204b-11eb-80c7-74a4e8e7db48.png) Any idea?

Hi there !! The cors is enabled. Here my settings: ```bash [ { "corsRuleName": "downloadFromAnyOriginWithUpload", "allowedOrigins": [ "*" ], "allowedHeaders": [ "*" ], "allowedOperations": [ "b2_download_file_by_id", "b2_download_file_by_name", "b2_upload_file", "b2_upload_part" ],...