CORS issue with AWS S3 urls

Convinced that something is not working correctly. I have checked CORS and allowed the necessary in the S3 bucket in AWS.

I can confirm it’s accessible publicy. However, when I try to download it in Weweb, I get an error. I still think it’s cors related, but can’t figure out how or why.

Any ideas? See the error here:

Here you can see it’s accessible:

Any tips is welcome!

Here is an example url for reference: * https://smil-foto.s3.eu-north-1.amazonaws.com/files/22298fa7-acde-4fca-828f-3c2172c4897c.jpeg

Hi @erikm3103 :waving_hand:

Mmm… I’m not sure why the error message is mentioning WeWeb’s CDN since you are hosting the image on your own S3 bucket in AWS.

Could you add a Log action inside the loop but before the “Download file from URL” action to log the name of URL being fetched? This could help us confirm the input is correct.

Can you also show us what’s inside the “Download file from URL” action?

Super strange, I just moved the log into the loop, ran the test and it worked now!

Did not change anything from closing my computer yesterday.

Perhaps some type of cache?

Ha! No idea. Glad it worked out. Don’t hesitate to reach out if you run into the issue again