T
Typebot3mo ago
Anthony

"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.png
Imgur
5 Replies
Hall
Hall3mo ago
Someone will reply to you shortly. In the meantime, this might help: -# This post was marked as solved by Anthony. View answer.
Baptiste
Baptiste3mo ago
Will be fixed later this week
Anthony
AnthonyOP3mo ago
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?
Baptiste
Baptiste3mo ago
This should work so I will fix the "not displaying" in bot issue

Did you find this page helpful?