DalgoT4D / webapp

GNU Affero General Public License v3.0
5 stars 35 forks source link

Warehouse destination icon not getting rendered after upgrade to Airbyte 0.50.44 #812

Closed Snehil-Shah closed 1 month ago

Snehil-Shah commented 2 months ago

Describe the bug

image

The URL to the svg is printed instead of rendering the icon.

Relevant part of code:

image

To Reproduce Steps to reproduce the behavior:

  1. Go to Ingest>Your warehouse
  2. Click on Create destination and create a postgres sink
  3. See error

I am not sure if this is a problem specific to my setup or not, so would appreciate confirmation..

If this bug is confirmed, I would like to work on fixing it...

Expected behavior The icon should be rendered.

Desktop (please complete the following information):

Additional Context Yes the SVG resource link is working:

image

fatchat commented 2 months ago

yes this is a known issue... our code is correct for the version of airbyte running on production, but not for the version running on staging. we will fix it just before the upgrade

Pratik-050 commented 1 month ago

Hello @fatchat I've made some changes to display the icon instead of the link. Is it still open or someone is working on this?