Access is blocked to resource: file://<APPID>/img/Logo.png

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?

Hi @noyusu98, welcome to the forum.

You are trying to access the resource on an online server.

Could you try images on your local machine (which builds your app)?

Thanks