Image component doesn't send a request to the image source

Suddenly we can’t show image component in my app.

We configured the URL on image source and were able to display the JPG file without any errors.
However, none of the image components have been able to display anything recently.

In the browser’s network logs, there are no logs showing requests to get the JPG file from the configured URL.
We checked the connection settings for the JPG files and they accept connections from Adalo.
The video component requests the same JPG file for its thumbnail and is able to display it successfully.
Both URLs are a perfect match.

What can I do to resolve this issue?

before:

after:

Hi @ckcac217,

From where does the images comes from, is it from Adalo database or from an integrated database like Xano, Airtable, etc..?

Thank you and have a great day!

Hi @ckcac217, If the image loads correctly in the browser but not in the app, the issue is usually the image source, not the Image component.

Please check the following:

  • If the URL is public (no auth / no expiring token)

  • It’s served over HTTPS

When this issue happens, it’s almost always a source/format issue.

Ali Bazzi | Adalo Expert