Javascript 模块不适用于某些客户端

Javascript Modules not working on some clients

我最近开始在我的网站中使用 Javascript 模块,在我的桌面上开发时一切正常。我去我的笔记本电脑上工作,但由于某种原因,JS 抛出以下错误:

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.

我的两台机器都在最新版本的 Windows 10 和 Brave 浏览器上。 Google什么都没有,我没思路。我最好的猜测是一些奇怪的浏览器版本问题,但我找不到任何相关信息。

答案:
这是我使用的 http 服务器的问题。我笔记本电脑上 Python 的 http 服务器版本不支持模块。 解决了我的问题。

另外,为什么我必须等 2 天才能将其标记为答案?