Share feedback, ideas and get community help

Updated 7 days ago

"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
  1. When an Icon is selected, allow rendering SVG Code instead of an expected URL string.
🖼️ Demo
https://i.imgur.com/hgtJyho.png
B
A
4 comments
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
Add a reply
Sign up and join the conversation on Discord