"Icon" Tab in "Image" Block returns SVG code and therefore is never shown in the Image Bubble
🔁 Steps to reproduce
1. Add an
Image
Bubble to the Canvas
2. Go to the Icon
tab, click on any of them
3. Preview the bot, and see that no image is returned by this Bubble
ℹ️ Issue/Origin
Picking an Icon
returns SVG code (<svg>[...]</svg>
) (prefixed by data:image/svg+xml;utf8,
) inside the Image
Bubble's URL
parameter, which expects a URL
string.
💡 Potential Solution(s)
1. Remove the Icon
tab from the Image
Bubble UI.
or
2. When an Icon
is selected, allow rendering SVG
Code instead of an expected URL
string.
🖼️ Demo
https://i.imgur.com/hgtJyho.png5 Replies
Someone will reply to you shortly. In the meantime, this might help:
-# This post was marked as solved by Anthony. View answer.
Thank you for the report: https://github.com/baptisteArno/typebot.io/issues/1969
Will be fixed later this week
Nice! Will you make the decision to remove the ability to use Icons from the Image bubble or will you make it so that picking an Icon returns its associated image URL?
This should work so I will fix the "not displaying" in bot issue