I set up a new instance of HA on Proxmox to try out a few things, using the tteck script with default settings. In the Chrome dev window there is an ‘unknown’ folder with src/core and lots of other subfolders. Is this right?
Did you get to the bottom of this, noticed the same today
Not completely. Seems to be related to a section of code in frontend/build-scripts/webpack.cjs but I don’t know enough about the script builder to resolve the problem - if really it is a problem. After restarting HA a few times for other reasons the missing dependencies for the card I was using were resolved.
// Source URLs are unknown for dependencies, so we use a relative URL with a
// non - existent top directory. This results in a clean source tree in browser
// dev tools, and they stay happy getting 404s with valid requests.
return `/unknown${path.resolve("/", info.resourcePath)}`;`
OK thanks, not sure it is an issue, I get lots of these so thought I might have deleted something HA is looking for ?
Could not load content for http://192.168.1.40:8123/unknown/node_modules/home-assistant-js-websocket/dist/socket.js