Getting CORS issue when zipping images from database for download

I am saving images to my database from an external URL like this:

Using various plugins to zip and download, I pass them the URL saved in my image type and they all fail with no errors. When I look in the Chrome console I see CORS errors because my app is trying to download files from the Bubble CDN.

Am I doing something crazy? Has anyone found a workaround for this?

This topic was automatically closed after 70 days. New replies are no longer allowed.