I’ve restarted my computer, how can I restart the server?
by user 939271426349862963
I’ve restarted my computer, how can I restart the server?
by user 939271426349862963
Open your project in Unity with the Needle Engine scene and click play
A module from “https://192.168.3.8:3000/node_modules/@needle-tools/engine/engine/engine_utils” was blocked from loading due to an illegal MIME type (“”).
by user 939271426349862963
this is the error displayed on the browser’s console
by user 939271426349862963
Sounds like a cached file in the project. Can you try if it’s fixed when you go to the ExportInfo component and hold ALT while clicking the Install button (It will perform a “Clean Install” of the web project, deleting the node_modules folder and local server caches)
I’ve performed the Clean Install. The new installation has finished, then I clicked the Play button but the same error message is being displayed
by user 939271426349862963
should I restart my computer again?
by user 939271426349862963
No that wont do anything here
You can check the chrome networking tab and try to figure out which script is possibly causing this (open with F12 in chrome, select the “Network” tab at the top and then refreshing your page)
by user 939271426349862963
this is the only one marked in red
by user 939271426349862963
and who is the Initiator? (in the screenshot the tab on the right)
by user 939271426349862963
should be something like this. It’s a bit hard to help when the sceenshots only contain minimal information
I’m sorry, I’m totally unfamiliar with web development, so idk how to debug the console log
by user 939271426349862963
ok so your UISelector script is trying to import a script that does not exist there anymore. Open the script in your editor (see screenshot) and change the import path to @needle-tools/engine/src/engine/engine_utils
)
Or just @needle-tools/engine
should work too in this case
no problem
ok, now the app is running again on the browser, thank you very much, now I’ll go back to the original issue to see how it goes
by user 939271426349862963