由于 MIME 类型,GitLab 页面上的 Nuxt 站点被阻止
Nuxt site on GitLab Pages blocked due to MIME type
我在这里看到了其他类似的问题,但是由于我是第一次使用 GitLab 页面,所以我找不到任何设置可以在那里进行更改。
我遇到的问题是 Firefox 上的错误:
The resource from “https://MYNAME.gitlab.io/_nuxt/08d802b84f0f5505a72c.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
以及 Chrome:
The resource from “https://MYNAME.gitlab.io/_nuxt/08d802b84f0f5505a72c.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
由于 Nuxt 应用程序无法返回空白页面运行。
我读到了 Access-Control-Allow-Origin: * 但不知道如何在 GitLab 页面上进行设置。
感谢您的帮助!
作为更新,当从自定义域访问时,页面似乎可以正常工作,而如果直接通过 MYNAME.gitlab.io
访问,错误仍然存在
我在这里看到了其他类似的问题,但是由于我是第一次使用 GitLab 页面,所以我找不到任何设置可以在那里进行更改。
我遇到的问题是 Firefox 上的错误:
The resource from “https://MYNAME.gitlab.io/_nuxt/08d802b84f0f5505a72c.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
以及 Chrome:
The resource from “https://MYNAME.gitlab.io/_nuxt/08d802b84f0f5505a72c.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
由于 Nuxt 应用程序无法返回空白页面运行。
我读到了 Access-Control-Allow-Origin: * 但不知道如何在 GitLab 页面上进行设置。
感谢您的帮助!
作为更新,当从自定义域访问时,页面似乎可以正常工作,而如果直接通过 MYNAME.gitlab.io
访问,错误仍然存在