Share feedback, ideas and get community help

Updated last month

"Icon" Tab in "Image" Block returns SVG code and therefore is never shown in the Image Bubble

At a glance

The community member reported an issue with the Image Bubble feature in a bot, where selecting an Icon returns SVG code instead of a URL string, causing the image not to display. The community members discussed potential solutions, such as removing the Icon tab from the Image Bubble UI or allowing the rendering of SVG code when an Icon is selected. The issue will be fixed later this week, according to the response.

Useful resources
🔁 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
Marked as solution
Will be fixed later this week
View full solution
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