Maybe better to use inline javascript?
Hi @f1-outsourcing. Please use our GitHub discussions if you’d like help getting started with Framework.
It looks like you’re trying to load an HTML page directly from the local file system using file://
. Due to security restrictions built-in to browsers, you need to use a web server (such as npx http-server dist
) to serve built sites.