After building a React project, I added an default appinfo.json
file to the build folder. However, when I install and launch it on webOS, the images(png files) do not appear as shown in the picture.
When I debug using 'ares-inspect', an error like the following appears in the console: 'Access is blocked to resource: file:///img/Logo.png'
... and so on.
Has anyone experienced and resolved a similar issue?