voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.32k stars 497 forks source link

"MIME type ('text/plain') is not executable" error on latest Chrome #1388

Closed eyalk11 closed 10 months ago

eyalk11 commented 10 months ago

This causes extensions not to run . It works in edge and Firefox.

Refused to execute script from 'http://localhost:8866/voila/labextensions/@jupyter-widgets/jupyterlab-manager/static/remoteEntry.98b8a827bfc5f86e95d2.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.

This is the root cause:

image

I tried the solution here : https://github.com/jupyterlab/jupyterlab/issues/6098

Still not working in chrome. Also tried to downgrade to notebook 5.7.5 .

https://github.com/bloomberg/ipydatagrid/issues/435 (has some more details , including versions)

eyalk11 commented 10 months ago

OK, after doing restarts (?) it seems to be solved.