Table: image rendering bug

Recently we found a bug where our image in a table could not be displayed. We don't know when this started, but everything was fine during the time we started integrating with Retool.

Please take a look at the screenshot below. For some reason, Retool prepends https://venie.retool.com/api/files/ to the image URL, and that causes the image unable to be correctly displayed.

URL sample:
https://firebasestorage.googleapis.com/v0/b/pj-venie-faceswap/o/faceswap%2Fgeneric_thumbnails%2FGOAT_thumbnail_v4_still%2F20230930_squid_games_han_mi_nyeo.png?alt=media&token=9f6682bf-9619-4b3a-a463-b500d462f399

Image field configuration:

Please let me know if you need further information from our end in order to resolve this issue.

Update

I can confirm if I remove the query parameters from the image URL, the table won't prepend the https://venie.retool.com/api/files/ into the image URL.

But due to circumstances, we currently need the query parameters in the image URL. So, this still needs to be fixed.

Removing token from the URL fixes the issue, but the images are stored in the private bucket so we need the token query parameter in order to display the image correctly.

Is there any workaround for this? I believe this is quite simple to fix.

1 Like

Hi @Josh2,

Thanks for reaching out & for sharing all of these details! I'm seeing the same issue :thinking: Our team is working on shipping a fix asap. You should see it working in your account soon :crossed_fingers:

1 Like

I have confirmed that the issue has been fixed, thank you!