Hello there! This is my first post so, first of all, thanks for all the work you are putting on this, really amazing tool!
I’m in the process to update an existing app from dash 0.35.2 to 0.39, and after bumping versions Chrome suddenly stopped loading local javascript files (works on IE and Firefox), with the error message:
Refused to execute script from '...' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
I thought this might be because the generated tags do not declare types, but all other dash js are being loaded so I don’t think it’s this. I’ve also looked for similar issues affecting dash without luck, so I thought I might get some help posting this here!
Any idea why this is happening now? Has something changed in these versions that could generate this issue? I don’t think so by looking at the changelog, but maybe someone has encountered something similar…
Thank you very much!
EDIT: My requirements.txt
diff looks like this:
+dash==0.39.0
-dash==0.35.2
+dash-core-components==0.44.0
-dash-core-components==0.42.1
+dash-html-components==0.14.0
-dash-html-components==0.13.5
+dash-renderer==0.20.0
-dash-renderer==0.16.2
+dash-table==3.6.0
-dash-table==3.1.12