# Image from URL is not showing

**URL:** https://community.glideapps.com/t/image-from-url-is-not-showing/43958
**Category:** Ask for Help
**Created:** [July 6, 2022, 7:16am UTC](https://community.glideapps.com/t/image-from-url-is-not-showing/43958 "2022-07-06T07:16:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Pierre\_de\_Man](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pierre_de_man/32/34925_2.png) [@Pierre\_de\_Man](https://community.glideapps.com/u/Pierre_de_Man)
#### Post date: [July 6, 2022, 7:16am UTC](https://community.glideapps.com/t/image-from-url-is-not-showing/43958/1 "2022-07-06T07:16:08Z")

</div>

Hi,  
I am trying to get an image from a URL to show in my app made in GlideApps, but it is not showing.  
For my app, I am using the website ‘Dice Bear’ to generate an avatar from initials.  
In my app, the URL is constructed from the original URL, plus the name of the user.  
The URL is correct.  
If I copy and paste the constructed URL in my browser, it is showing the generated avatar.  
But if I use the same URL in the image component and say image from URL, it is giving an empty/white image.  
This is the URL;  
[https://avatars.dicebear.com/api/initials/:Pierre.svg](https://avatars.dicebear.com/api/initials/:Pierre.svg)  
Does anyone have any idea what is wrong here?  
Or maybe someone has a site that would work?  
I don’t know if it is important to mention, but I am using the free plan.  
Thanks for all your help.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 6, 2022, 7:40am UTC](https://community.glideapps.com/t/image-from-url-is-not-showing/43958/2 "2022-07-06T07:40:47Z")

</div>

try this:

`https://avatars.dicebear.com/api/initials/Pierre.png`

I suspect that the image component doesn’t support SVG format.

---

<div class="post-metadata">

### Author: ![Pierre\_de\_Man](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pierre_de_man/32/34925_2.png) [@Pierre\_de\_Man](https://community.glideapps.com/u/Pierre_de_Man)
#### Post date: [July 6, 2022, 8:00am UTC](https://community.glideapps.com/t/image-from-url-is-not-showing/43958/3 "2022-07-06T08:00:31Z")

</div>

It is working.  
Thanks 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [July 7, 2022, 8:00am UTC](https://community.glideapps.com/t/image-from-url-is-not-showing/43958/4 "2022-07-07T08:00:55Z")

</div>

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