When running the desktop template using npm run electron (http files served internally via electron) the page does not load properly, although it works fine when serving the files via vite or and external http server.
The page is loaded since console messages are visible in the frontend debugger console, but it remains empty after the loading sequence.
I could work around serving the files in the backend over http instead, but it feels a bit hacky.
When running the desktop template using
npm run electron(http files served internally via electron) the page does not load properly, although it works fine when serving the files via vite or and external http server.The page is loaded since console messages are visible in the frontend debugger console, but it remains empty after the loading sequence.
I could work around serving the files in the backend over http instead, but it feels a bit hacky.