Antonio Gatto
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  upload request  pre-flight request   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" ],...