Resolved CORS problem in browser (AWS S3) #2278
Unanswered
mariuszmalek
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been having quite a problem with CORS.
I followed the documentation as well as the guidelines on the AWS side, but it didn't help at all.
I found a solution. If the browser doesn't want to read your image then maybe you need to append a value to the URL.
In my case, it looked like this.
return MY_URL + '?cacheblock=true'
Beta Was this translation helpful? Give feedback.
All reactions