首页 > 基础资料 博客日记

Django 4.2 Failed to load module script: Expected a JavaScript module script but the server responde

2024-09-16 15:00:06基础资料围观104

这篇文章介绍了Django 4.2 Failed to load module script: Expected a JavaScript module script but the server responde,分享给大家做个参考,收藏Java资料网收获更多编程知识

Question

本地运行Django项目报错:
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of “text/plain”. Strict MIME type checking is enforced for module scripts per HTML spec.

Solution


windows 直接修改注册表就行:

  1. 点击 HKEY_CLASSES_ROOT.js 文件夹
  2. 双击 Content Type 项,修改值为 application/javascript

重启本地实例应该就可以加载js module了。

References

  1. https://docs.djangoproject.com/en/4.2/ref/contrib/staticfiles/
  2. https://blog.csdn.net/Teamo_mc/article/details/115270654 实践可行的方法,但是修改注册表感觉更一劳永逸。
  3. https://forum.djangoproject.com/t/django-4-2-failed-to-load-module-script-with-javascript-modules/26375 可能是另一种解决办法,比较麻烦

文章来源:https://blog.csdn.net/qq_45770232/article/details/141284519
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:jacktools123@163.com进行投诉反馈,一经查实,立即删除!

标签:

相关文章

本站推荐

标签云