-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
| imageUrl = apiEndpoint + imageUrl; |
After we integrated Contentful with Sap Commerce Cloud everything is working except the displaying of the images, because our API's are returning the image with the full url eg: https://static.test.com/media/123 and the logic above is adding the api domain in front of the url resulting in a image url: https://api.test.com/https://static.test.com/media/123
Do you think we can add a check there to see if it already a full url and in this case not append the api domain ?
Metadata
Metadata
Assignees
Labels
No labels