botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
66 stars 81 forks source link

Unable to create a card after removing the image (which was added via URL) #1819

Open NicolasLemaireGeolives opened 3 months ago

NicolasLemaireGeolives commented 3 months ago

Describe the bug

Unable to create a card after removing the image (which was added via URL).

To Reproduce

Steps to reproduce the behavior:

  1. Create a new card.
  2. Add an image via a URL.
  3. Delete the image.
  4. Try to create the card.
  5. An error occurred: ".image should be a string".

Expected behavior

We should be able to create a card after deleting an image (added via URL).

Screenshots

image

Environment

Additional context

If we remove the image, then upload a new one (from our files) and delete it, we can then create the card without any error.