General warning: This image could not be loaded

Hi everyone,

So I am facing this issue where I cannot load images from the database. From the debugger I know that my image element is being populated with the image but for some reason it is not displaying and the debugger shows the following error:

I am using the following values for loading these images from the database:


I am new to bubble.io and its forum. Some help would really be appreciated.
Thankyou!!

1 Like

The problem was fixed.
Actually, The issue was that I was not adding a list(add list) of images but I was adding single(add), What this did was it created a single XML file of all images and stored it in database.
I just replace add with add list and the problem was fixed.

Note: I fixed it the day after posting this. Just saw this post today. So, Replying the solution right now.