Image not appearing on Prod instance
Dear
Below is the two way to read dynamic image on run time while running request. These two syntax but the first one working on test instance and same not working on prod, however, the second one is not working on both instance.
1.url:{'${OA_MEDIA}/SigPic.gif'}
2.url{'http://abcerp.abc.co.8001/OA_MEDIA/SigPic.gif'}
I would like to know that why the cause of this issue.
Thanks