BUG? Uploading an image via the table editor causes the Image Input widget to display a black image rather than the uploaded image

When I currently upload an image via the Image Input widget from within an app everything is fine. However, if I load a record for which the image was “pre-uploaded” via the table editor, a black box is displayed instead of the image.

Steps to reproduce:

  1. Create table with image column
  2. Create new record in that table and populate the image field with a random image in the dialog
  3. Create an app with a table placholder referencing that newly created table
  4. Add an image input widget to the first step and link it to the placeholder image field
  5. Make the image placeholder load the record with the previously uploaded image
  6. The image input widget will be black rather than showing the uploaded image

I am unsure whether this is the issue but I would see an image as black if the signed url is expired. When you open the image from the image url located in the table column, can you see the image?

Yes I can, and this is not some old link - this happens also when you just entered that record a few seconds ago via the table editor.