Failed to load resource: net::ERR_ACCESS_DENIED

I have created a flutter app.
I used web build folder to run the packaged ipk on WebOS TV. Im getting error as Failed to load resource: net::ERR_ACCESS_DENIED.
Seems like WebOS TV cannot read the flutter_bootstrap.js file. What should I do to fix this issue

Any idea?. I have attached error and the index.html file

Thank you

In webOS TV apps, the path to each resource should be specified relative to the index.html file. For this, you can refer to App Resources and Luna Service sample app. If the problem persists, please try again as hosted web app. Thank you.