首页 > 解决方案 > 无法在“缓存”上执行“放置”:工作箱和 nuxt

问题描述

我在 Nuxtjs 2.15.7 上,最近在我的控制台中收到此错误

在此处输入图像描述

在此处输入图像描述

当我搜索时,只需要@nuxt/pwa 发出. 但是我的项目中没有 pwa 模块!

这是我的 package.json

{
  "name": "my-app",
  "version": "2.0.0",
  "private": true,
  "scripts": {
    "dev": "nuxt",
    "dev:host": "nuxt --hostname 0.0.0.0 --port 8000",
    "build": "nuxt build",
    "start": "nuxt start",
    "generate": "nuxt generate"
  },
  "dependencies": {
    "@nuxtjs/auth": "^4.9.1",
    "@nuxtjs/axios": "^5.13.1",
    "@nuxtjs/device": "^2.1.0",
    "@nuxtjs/google-gtag": "^1.0.4",
    "@nuxtjs/gtm": "^2.4.0",
    "cookie-universal-nuxt": "^2.1.4",
    "core-js": "^3.15.1",
    "nuxt": "^2.15.7",
    "swiper": "^5.4.5",
    "v-viewer": "^1.5.1",
    "vee-validate": "^3.3.7",
    "vue-awesome-swiper": "^4.1.1",
    "vue-cropperjs": "^4.1.0",
    "vue-easy-dnd": "^1.12.2",
    "vue-persian-datetime-picker": "^2.2.0",
    "vue-product-zoomer": "^3.0.1",
    "vue-sweetalert2": "^4.2.1",
    "vue2-editor": "^2.10.2",
    "vuedraggable": "^2.24.0"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.15.1",
    "@mdi/font": "^5.9.55",
    "@nuxtjs/dotenv": "^1.4.1",
    "@nuxtjs/vuetify": "1.12.1",
    "flipclock": "^0.10.8",
    "font-awesome": "^4.7.0",
    "glob": "^7.1.7",
    "noty": "^3.2.0-beta",
    "nuxt-gsap-module": "^1.2.1",
    "sass": "1.32.13"
  }
}

有人可以帮忙吗?

更新

我只在开发模式下得到错误

我清除了缓存存储并重新运行 nuxt,但仍然出现错误,并且再次创建了工作箱的缓存:

在此处输入图像描述

标签: nuxt.jsweb-worker

解决方案


在您的开发工具中取消注册 SW。

由于它与域名相关联,因此它可能应该是这个。该按钮几乎在您的第一个屏幕上。


推荐阅读