I am facing an issue I have created a smart table and loaded some data then for a given selected row i am loading a image with url like
[http://homezy.live/api/photo/{{ui.SmartTable.selectedRow.userImage}}]
[http://homezy.live/api/photo/{{ui.SmartTable.selectedRow.docImages[0]}}]
[http://homezy.live/api/photo/{{ui.SmartTable.selectedRow.docImages[1]}}]
Issue is that when running in preview mode it works. While when i deploy in dev env its not working.
Preview Mode
Dev env
Here is how ui component looks like in dev
For the last two due to some reason src is not getting set. Can you please help me with this issue.