File Downloader plugin doesn't download an image

I have an image library in my app, and I would like the user to be able to download each image to their device, by clicking on a download button.

I have set up “File downloader” plugin but it seems it’s not working.
This is the workflow when someone clicks the button:

When I click the button nothing happens, which is strange, because in Debugger everything seems fine.

Is this because the images are actually stored outside my bubble database. I just store the URLs to the image.

… I would say … yeap

Is there a way I can make these images download?

Post the link so that the user downloads it.

Also, you could explore building an AI agent that is in charge of that (provided that the host allows this).

I am not sure if you can have a plugin that downloads something that is not in Bubble. Unless that plugin actions a download in a repository that it controls.