Hi, since the latest sdk release using kernel 6.6.92 , the vuci custom module logic doesnt work anymore. Ive tested now with a clean download of the sdk and following the vuci-examples/README. After copying vuci-app-example-ui and api into package/feeds/vuci then selection vuci-app-example-ui via make menuconfig. Once compiled and flashed, when navigating to services → example I just get this error:
Failed to load page: “services/Example” is missing or could not be loaded
and in browser console:
/views/services/Example.js:1 Failed to load module script: Expected a JavaScript-or-Wasm module script but the server responded with a MIME type of “text/html”. Strict MIME type checking is enforced for module scripts per HTML spec.
I will try and find the fix in the meantime but any advice would be appreciated, thank you