evidentlyai / evidently

Evaluate and monitor ML models from validation to production. Join our Discord: https://discord.com/invite/xZjKRaNp8b
Apache License 2.0
4.88k stars 547 forks source link

Failed to load module script: Expected a JavaScript 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. #1056

Closed VladOnMyOwn closed 3 months ago

VladOnMyOwn commented 3 months ago

When running evidently ui locally, I'm getting blank page and the following error message: "Failed to load module script: Expected a JavaScript 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." 2024-04-03_17h59_29

Running it using separate conda environment with Python 3.11 installed. 2024-04-03_18h15_44

Does anyone know what's causing this?

The folders have the following structure 2024-04-03_18h17_47

VladOnMyOwn commented 3 months ago

Found solution: https://github.com/golang/go/issues/32350#issuecomment-635859542 The problem is specific to Windows 10