eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
5 stars 32 forks source link

App Images Not Loading on App Detail Page in Marketplace #791

Closed jjeroch closed 4 months ago

jjeroch commented 4 months ago

Description: On the app detail page in the marketplace, we have identified a bug where the app images are not getting loaded correctly. When accessing the following page: App Detail Page, instead of calling the image via the document API, it calls the value "undefined" in the API request.

API Request:

api/apps/07fd16f2-65e9-4c6b-b3f0-99af1610cb41/appDocuments/undefined

Expected Behavior: The app images should be loaded by calling the correct image URL with the image uuid via the document API, ensuring that the images are displayed properly on the app detail page in the marketplace.


image



image