Hi,
I have a dynamic page where I pull a url from the database to change a chart in a html component
E.g.
let itemUrl = $w ( ‘#dynamicDataset’ ). getCurrentItem (). urlreference
$w ( ‘html1’ ). src = itemUrl
It works for all my colleagues and on multiple browsers.
However, one of my clients said he is not getting anything. Either blank if there is nothing in the html component to start or a base chart I put in for html component sizing. This suggests the html components are loading but it is something to do with pushing the src that is not working for him.
I cannot work what is going wrong for him as I cant recreate the problem on any of my computers.
Any thoughts?