CORS

Still no solution for this?
12 Replies
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
oldmanmeta
oldmanmeta9mo ago
No description
oldmanmeta
oldmanmeta9mo ago
Hi Sid, thanks for the response
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
oldmanmeta
oldmanmeta9mo ago
i cant find that ok - interesting I just changed to Edge because Chrome was doing normal jank stuff - the error is not in Edge and the file is shown.
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
oldmanmeta
oldmanmeta9mo ago
Thats correct I can be running on port 8083 as well and the same thing happens - only way around is to force it to run in 8081 port which isnt helpful. I thought I might have structured the CORS policy incorrectly, but I'm pretty sure its correct? It does support multiple sources right?
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
oldmanmeta
oldmanmeta9mo ago
ok - cool. It's pretty much got to be down to Chrome I think. Always something right? Thanks and have a great weekend!
Palash Bansal
Palash Bansal9mo ago
I have had this issue before, when using an R2 or GCP bucket with multiple origins in cors policy and also caching on cloudflare. Since the origin is in the response headers, its also cached when you open it from one domain in the browser I tried Vary: Origin header but it doesnt work always The only proper workaround I found for this is to add the origin or something in the query string with the URL. If anyone from CF is aware of any other solution, it would be helpful
oldmanmeta
oldmanmeta8mo ago
Thanks for the repsponse!
stillmotion
stillmotion8mo ago
Thank you for this, have been encountering this issue for the past couple of weeks and this work around works!