Something wrong with Mime Type. I have no ideas what that means. I learned a lot last weeks, but this is new for me. And I could not find it out by googling yet.
MIME type is how the browser identifies the resource or file being served by the server. That error looks like your server isn’t configured to serve WASM files as a WASM.
The error is given for the draco.wasm.js file. Which is a javascript file. And other javascript files are loaded just fine.
I’m using the ‘Live Server’ plugin for Visual Studio Code. I looked in the settings and googled for a solution how to configure this server for wasm file. But I can not find it.
I’m confused.
The paths are ok.
It does work when I use a phyton based server!
But I really would like to use the Live-server plugin.
Any idea why it does not accept the access, while other javascript files are read correctly?