Image from URL is not showing

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
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.

1 Like

try this:

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

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

4 Likes

It is working.
Thanks :slight_smile:

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