I can map text data from my backend to local storage in my app and reuse the data on another page quite easily. However it doesn't work if the data is an image url. I can map the image url data to display correctly using both the image component and HTML panel, but if I save the url to local storage and then try to use it on another page it doesn't show. I make sure to set the property correctly and have tried to have the image show from local storage using both the image component and HTML panel.
Please help, it's driving me crazy for what should be a simple operation