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

Hi there!

The issue was caused by a React Native setting. This function was recently released on Adalo, and we resolved the issue by enabling it.

Thank you!

1 Like

Hi @ckcac217, I’m glad to hear that the issue was resolved.

If you need any further help, let me know.

Thank you!

Ali Bazzi

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.