You are here:
Configure Images for Guest Users
Make sure images display correctly for unauthenticated (guest) users on mobile.
Depending on where the image is saved, the setup is different.
| Image Source | Setup Required |
|---|---|
| Static image (Image component) from an external URL | Add the URL's domain to Trusted URLs in Setup to allow the mobile client to render the image for unauthenticated users. |
| Static image (Image component) from CMS | Deploy the asset in a public CMS channel so the mobile client can access it for unauthenticated users. |
| Data image (Data Image component) sourced from your Apex action | Make sure the URLs returned by the Apex class point to publicly accessible endpoints. The responsibility is with the Apex developer, not the builder admin. |
