\n\n\u003Cimg width=\"736\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/bd89b50e-c057-4c0b-a926-5d7a18417f90\" />\n\n### Logs\n\n```shell-script\n[1:49:49 PM] ERROR Pre-transform error: Failed to resolve import \"#app-manifest\" from \"node_modules/.pnpm/nuxt@3.15.2_@parcel+watcher@2.5.0_@types+node@22.10.7_db0@0.2.1_ioredis@5.4.2_magicast@0.3.5__55lqgu7v5h4ti5ooit6fp5wlwm/node_modules/nuxt/dist/app/composables/manifest.js?v=578324b3\". Does the file exist?\n Plugin: vite:import-analysis\n File: /Users/s00d/Downloads/nuxt-starter-bdo4xdcd/node_modules/.pnpm/nuxt@3.15.2_@parcel+watcher@2.5.0_@types+node@22.10.7_db0@0.2.1_ioredis@5.4.2_magicast@0.3.5__55lqgu7v5h4ti5ooit6fp5wlwm/node_modules/nuxt/dist/app/composables/manifest.js?v=578324b3:13:23\n 11 | }\n 12 | if (false) {\n 13 | manifest = import(\"#app-manifest\");\n | ^\n 14 | } else {\n 15 | manifest = $fetch(buildAssetsURL(builds/meta/${useRuntimeConfig().app.buildId}.json), {\n\n\n[1:49:49 PM] ERROR Pre-transform error: Failed to resolve import \"#app-manifest\" from \"node_modules/.pnpm/nuxt@3.15.2_@parcel+watcher@2.5.0_@types+node@22.10.7_db0@0.2.1_ioredis@5.4.2_magicast@0.3.5__55lqgu7v5h4ti5ooit6fp5wlwm/node_modules/nuxt/dist/app/composables/manifest.js?v=578324b3\". Does the file exist?\n Plugin: vite:import-analysis\n File: /Users/s00d/Downloads/nuxt-starter-bdo4xdcd/node_modules/.pnpm/nuxt@3.15.2_@parcel+watcher@2.5.0_@types+node@22.10.7_db0@0.2.1_ioredis@5.4.2_magicast@0.3.5__55lqgu7v5h4ti5ooit6fp5wlwm/node_modules/nuxt/dist/app/composables/manifest.js?v=578324b3:13:23\n 11 | }\n 12 | if (false) {\n 13 | manifest = import(\"#app-manifest\");\n | ^\n 14 | } else {\n 15 | manifest = $fetch(buildAssetsURL(builds/meta/${useRuntimeConfig().app.buildId}.json), { (x2)\n```",[3164,3165],{"name":3152,"color":3153},{"name":3166,"color":3167},"possible regression","B90A42",30700,"closed","Failed to resolve import \"#app-manifest\" in Nuxt 3.15.2 (Issue not resolved, continuation of #30461)","2025-01-22T09:21:40Z","https://github.com/nuxt/nuxt/issues/30700",0.61962646,{"description":3175,"labels":3176,"number":3178,"owner":3155,"repository":3155,"state":3169,"title":3179,"updated_at":3180,"url":3181,"score":3182},"### Environment\n\n````\r\n------------------------------\r\n- Operating System: Ubuntu 22.04.4 LTS\r\n- Node Version: v18.14.2\r\n- Nuxt Version: 3.12.2\r\n- CLI Version: 3.12.0\r\n- Nitro Version: -\r\n- Package Manager: pnpm@8.6.12\r\n- Builder: -\r\n- User Config: extends\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n````\n\n### Reproduction\n\nhttps://stackblitz.com/~/github.com/martinszeltins/nuxt-4-test-app\n\n### Describe the bug\n\nI wanted to test out Nuxt 4 so I created a new project with \r\n\r\n```sh\r\n$ nuxi init -t v4-compat my-nuxt4-app\r\n```\r\n\r\nAnd when I ran `pnpm dev` I got this error _(both locally and on StackBlitz)_:\r\n\r\n**Screenshot:**\r\n\r\n\r\n**Error:**\r\n````\r\nERROR Internal server error: Failed to resolve import \"@vue/devtools-kit\" from \"node_modules/.pnpm/@nuxt+devtools@1.3.5_vite@5.3.1/node_modules/@nuxt/devtools/dist/runtime/vue-devtools/overlay.mjs\". Does the file exist?\r\n Plugin: vite:import-analysis\r\n File: /home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/@nuxt+devtools@1.3.5_vite@5.3.1/node_modules/@nuxt/devtools/dist/runtime/vue-devtools/overlay.mjs:1:27\r\n 1 | import { devtools } from '@vue/devtools-kit'\r\n | ^\r\n 2 | import { initAppSeparateWindow } from '@vue/devtools-core'\r\n 3 | \r\n at TransformPluginContext._formatError (file:///home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/vite@5.3.1/node_modules/vite/dist/node/chunks/dep-BcXSligG.js:49752:41)\r\n at TransformPluginContext.error (file:///home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/vite@5.3.1/node_modules/vite/dist/node/chunks/dep-BcXSligG.js:49747:16)\r\n at normalizeUrl (file:///home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/vite@5.3.1/node_modules/vite/dist/node/chunks/dep-BcXSligG.js:64309:23)\r\n at async eval (file:///home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/vite@5.3.1/node_modules/vite/dist/node/chunks/dep-BcXSligG.js:64441:39)\r\n at async TransformPluginContext.transform (file:///home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/vite@5.3.1/node_modules/vite/dist/node/chunks/dep-BcXSligG.js:64368:7)\r\n at async eval (file:///home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/vite-plugin-inspect@0.8.4_@nuxt+kit@3.12.2_vite@5.3.1/node_modules/vite-plugin-inspect/dist/index.mjs:392:17)\r\n at async PluginContainer.transform (file:///home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/vite@5.3.1/node_modules/vite/dist/node/chunks/dep-BcXSligG.js:49593:18)\r\n at async loadAndTransform (file:///home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/vite@5.3.1/node_modules/vite/dist/node/chunks/dep-BcXSligG.js:52415:27)\r\n at async viteTransformMiddleware (file:///home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/vite@5.3.1/node_modules/vite/dist/node/chunks/dep-BcXSligG.js:62151:24)\r\n\r\n WARN [Vue Router warn]: No match found for location with path \"/_nuxt/@fs/home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/@nuxt+devtools@1.3.5_vite@5.3.1/node_modules/@nuxt/devtools/dist/runtime/vue-devtools/overlay.mjs\"\r\n\r\n WARN [Vue Router warn]: No match found for location with path \"/_nuxt/@fs/home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/@nuxt+devtools@1.3.5_vite@5.3.1/node_modules/@nuxt/devtools/dist/runtime/vue-devtools/overlay.mjs\"\r\n\r\n WARN [Vue Router warn]: No match found for location with path \"/_nuxt/@fs/home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/@nuxt+devtools@1.3.5_vite@5.3.1/node_modules/@nuxt/devtools/dist/runtime/vue-devtools/overlay.mjs\"\r\n\r\n WARN [Vue Router warn]: No match found for location with path \"/_nuxt/@fs/home/martinszeltins/nuxt-4-test-app/node_modules/.pnpm/@nuxt+devtools@1.3.5_vite@5.3.1/node_modules/@n\r\n````\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3177],{"name":3152,"color":3153},27772,"Nuxt 4 - Internal server error: Failed to resolve import \"@vue/devtools-kit\"","2025-07-28T15:39:23Z","https://github.com/nuxt/nuxt/issues/27772",0.6232881,{"description":3184,"labels":3185,"number":3190,"owner":3155,"repository":3155,"state":3169,"title":3191,"updated_at":3192,"url":3193,"score":3194},"### Environment\n\nNuxi 3.4.0 18:01:40\r\n 18:01:42\r\nRootDir: /home/projects/github-4o3qmw 18:01:42\r\nNuxt project info: 18:01:42\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v16.14.2\r\n- Nuxt Version: 3.4.0\r\n- Nitro Version: 2.3.3\r\n- Package Manager: npm@7.17.0\r\n- Builder: vite\r\n- User Config: debug\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-4o3qmw?file=tests/my.test.ts\n\n### Describe the bug\n\nI have a problem that appeared when I upgraded from version 3.3.3 to 3.4.0.\r\n\r\nWhen I run my tests on my plugins, I get the following error: \r\n`Error: Failed to load url /.nuxt/nuxt.config.mjs (resolved id: /.nuxt/nuxt.config.mjs) in /home/projects/github-4o3qmw/node_modules/nuxt/dist/app/composables/payload.js. Does the file exist?`\r\n\r\nThe error comes from the following change that was made in packages/nuxt/src/app/composables/payload.ts :\r\n```\r\n// @ts-expect-error virtual import\r\nimport { renderJsonPayloads } from '#build/nuxt.config.mjs'\r\n```\r\n\r\nSee : https://github.com/nuxt/nuxt/pull/19205/files#diff-92e4a4d13b34c6fca4d7c5d84596f8e4d5440a7cb9e21de48573685cec194341R8\r\n\r\nMy tests use the same aliases as in the Nuxt `tsconfig.json`:\r\nIn particular, there are the following aliases:\r\n```\r\n \"#build\": [\r\n \".nuxt\"\r\n ],\r\n \"#build/*\": [\r\n \".nuxt/*\"\r\n ]\r\n```\r\n\r\nIn the plugin file, I import `defineNuxtPlugin` from '#app':\r\n\r\n```\r\nimport { defineNuxtPlugin } from '#app';\r\n\r\nexport default defineNuxtPlugin((/*nuxtApp*/) => {\r\n console.log('Hello world!');\r\n});\r\n```\r\n\r\n#app' points to `node_modules/nuxt/dist/app/index.d.ts`. that exports the composables:\r\n\r\n`export * from \"./composables/index.js\";`\r\n\r\nAnd especially `payload.js`:\r\n\r\n`export { isPrerendered, loadPayload, preloadPayload } from './payload.js';`\r\n\r\nAnd `payload.js` contains the import that causes problems:\r\n\r\n`import { renderJsonPayloads } from '#build/nuxt.config.mjs`\r\n\r\nIt tries to find the file `nuxt.config.mjs` in `.nuxt/` but it does not exist.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3186,3189],{"name":3187,"color":3188},"3.x","29bc7f",{"name":3152,"color":3153},20550,"My plugin tests failed since the upgrade to 3.4.0: Failed to load url /.nuxt/nuxt.config.mjs","2023-12-02T00:22:10Z","https://github.com/nuxt/nuxt/issues/20550",0.63958555,{"labels":3196,"number":3199,"owner":3155,"repository":3155,"state":3169,"title":3200,"updated_at":3201,"url":3202,"score":3203},[3197,3198],{"name":3187,"color":3188},{"name":3152,"color":3153},26731,"ERROR Failed to resolve import \"#internal/nuxt/paths\" from \"virtual:nuxt:C:\\Users\\MyPc\\Workspace\\myproject\\apps\\myapp\\.nuxt\\fetch.mjs\". Does the file exist? ","2024-04-25T08:23:41Z","https://github.com/nuxt/nuxt/issues/26731",0.6405685,{"description":3205,"labels":3206,"number":3210,"owner":3155,"repository":3211,"state":3169,"title":3212,"updated_at":3213,"url":3214,"score":3215},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.11.0\n- Nuxt Version: -\n- CLI Version: 3.25.1\n- Nitro Version: -\n- Package Manager: npm@11.1.0\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Reproduction\n\n`pnpm create nuxt my-nuxt-project` and select all options\n\n### Describe the bug\n\n ERROR Error while importing module @nuxt/test-utils: Error: Cannot find module 'vitest/config' 9:37:22 AM\nRequire stack:\n- my-nuxt-project/node_modules/.pnpm/@nuxt+test-utils@3.19.0_@types+node@22.15.19_jiti@2.4.2_lightningcss@1.30.1_magicast@0.3.5_te_3u24m677fvme6kharjp6d5jt74/node_modules/@nuxt/test-utils/dist/config.mjs\n\n at loadNuxtModuleInstance (my-nuxt-project/node_modules/.pnpm/@nuxt+kit@3.17.3_magicast@0.3.5/node_modules/@nuxt/kit/dist/index.mjs:2571:15)\n at async installModule (my-nuxt-project/node_modules/.pnpm/@nuxt+kit@3.17.3_magicast@0.3.5/node_modules/@nuxt/kit/dist/index.mjs:2486:67)\n at async initNuxt (my-nuxt-project/node_modules/.pnpm/nuxt@3.17.3_@parcel+watcher@2.5.1_@types+node@22.15.19_better-sqlite3@11.10.0_db0@0.3.2_\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3207],{"name":3208,"color":3209},"good first issue","7057ff",1303,"test-utils","Adding nuxt/test-utils errors without vitest","2025-05-23T04:45:47Z","https://github.com/nuxt/test-utils/issues/1303",0.6450293,{"description":3217,"labels":3218,"number":3221,"owner":3155,"repository":3155,"state":3169,"title":3222,"updated_at":3223,"url":3224,"score":3225},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.16.1\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.5.2\r\n- Package Manager: npm@9.8.1\r\n- Builder: vite\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\n\n### Reproduction\n\nthe reproduction is [here](https://stackblitz.com/edit/github-h5v6xs?file=src%2Fmodule.ts)\r\nplease run `npm dev:prepare` then `npm run prepack`\n\n### Describe the bug\n\nI have followed the instruction to expose module options using defu package as it is advised [here](https://nuxt.com/docs/guide/going-further/modules#exposing-options-to-runtime).\r\nThe module works as intended in development, but in build (after running npm run prepack): I get the following warning :\r\n inline implicit external defu .\r\n\r\n\n\n### Additional context\n\nwhen I ran` npx nuxi init -t module my-module` then npm install I got a peerdependency conflic\r\n\r\n```\r\nnpm ERR! While resolving: @nuxt/test-utils@3.6.5\r\nnpm ERR! Found: vitest@0.34.2\r\nnpm ERR! node_modules/vitest\r\nnpm ERR! dev vitest@\"^0.34.1\" from the root project\r\nnpm ERR! \r\nnpm ERR! Could not resolve dependency:\r\nnpm ERR! peerOptional vitest@\"^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0\" from @nuxt/test-utils@3.6.5\r\nnpm ERR! node_modules/@nuxt/test-utils\r\nnpm ERR! dev @nuxt/test-utils@\"^3.6.5\" from the root project\r\nnpm ERR! \r\nnpm ERR! Conflicting peer dependency: vitest@0.33.0\r\nnpm ERR! node_modules/vitest\r\nnpm ERR! peerOptional vitest@\"^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0\" from @nuxt/test-utils@3.6.5\r\nnpm ERR! node_modules/@nuxt/test-utils\r\nnpm ERR! dev @nuxt/test-utils@\"^3.6.5\" from the root project\r\nnpm ERR! \r\nnpm ERR! Fix the upstream dependency conflict, or retry\r\nnpm ERR! this command with --force, or --legacy-peer-deps\r\nnpm ERR! to accept an incorrect (and potentially broken) dependency resolution.\r\nnpm ERR! \r\nnpm ERR! See /home/runner/.npm/eresolve-report.txt for a full report.\r\n```\r\n\r\n so I used npm install --force\n\n### Logs\n\n_No response_",[3219,3220],{"name":3187,"color":3188},{"name":3152,"color":3153},22749,"I'm getting a warning when I try to build a module","2024-11-18T09:29:56Z","https://github.com/nuxt/nuxt/issues/22749",0.6465776,{"description":3227,"labels":3228,"number":3231,"owner":3155,"repository":3155,"state":3169,"title":3232,"updated_at":3233,"url":3234,"score":3235},"### Environment\r\n\r\nENV\r\nos: Darwin\r\nnodejs: 20.9.0\r\nnuxt: 3.8.1\r\n@nuxt/test-utils: 3.8.1\r\nvitest: 1.1.1\r\nyarn: 1.15.2\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt-starter-rx4vx2?file=package.json,testUtils.js,testUtils.test.js\r\n\r\nyou can run test command below.\r\n```\r\nnpm test\r\n``` \r\n\r\n### Describe the bug\r\n\r\nHello, I am using Vitest for testing on Nuxt3, vite env.\r\nDue to our team's convention, the configuration uses 'autoImport: false'.(For an explicit declaration) So when importing Nuxt's built-in items (useRoute, nextTick, computed, etc.) we use import '#imports'.\r\n\r\nWhen I run Vitest, the following error occurs:\r\n\r\nError: Failed to resolve import \"#imports\" from \"[file path]\". Does the file exist?\r\nHow do I solve this? help.\r\nIs this something that needs to be fixed in vitest?\r\n(I registered an issue on vitest. https://github.com/vitest-dev/vitest/issues/4853)\r\n(https://github.com/nuxt/nuxt/discussions/24719)\r\n\r\nBelow is my vitest.config.js\r\n```javascript\r\nimport path from 'path';\r\nimport vue from '@vitejs/plugin-vue';\r\n\r\nexport default {\r\n plugins: [vue()],\r\n test: {\r\n globals: true,\r\n environment: 'jsdom'\r\n },\r\n resolve: {\r\n alias: {\r\n '@': path.resolve(__dirname, './src')\r\n }\r\n }\r\n};\r\n``` \r\n\r\nThanks.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3229,3230],{"name":3187,"color":3188},{"name":3152,"color":3153},25021,"Vitest can't resolve import '#imports'(Nuxt3, vitest)","2024-06-21T04:50:44Z","https://github.com/nuxt/nuxt/issues/25021",0.64722365,{"description":3237,"labels":3238,"number":3242,"owner":3155,"repository":3155,"state":3169,"title":3243,"updated_at":3244,"url":3245,"score":3246},"### Environment\n\nWorking directory: /home/tofandel/PhpstormProjects/nuxt-server/packages/web \n\n------------------------------\n- Operating System: Linux\n- Node Version: v22.12.0\n- Nuxt Version: 3.17.4\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: npm@11.3.0\n- Builder: -\n- User Config: devtools, future, typescript, compatibilityDate, telemetry, runtimeConfig, router, routeRules, vue, vite, i18n, features, app, appConfig, imports, css, image, modules, nitro, pwa\n- Runtime Modules: @nuxt/test-utils/module@3.19.1\n- Build Modules: -\n------------------------------\n\n\n### Reproduction\n\n```js\nexport default defineNuxtConfig({\n modules: [\n '@nuxt/test-utils/module'\n ]\n})\n```\nhttps://stackblitz.com/edit/github-u65dcxgy?file=.nuxt%2Ftsconfig.json\n\nThen run nuxt prepare and check the `.nuxt/tsconfig.json` file\n\n### Describe the bug\n\nWhile looking at the generated tsconfig I noticed a very weird include entry, caused by the follwing module `@nuxt/test-utils/module`\n\n```json\n{ \"include\": [\n \"../../../../../../Phpstor/runtime\",\n \"../../../../../../Phpstor/dist/runtime\",\n] }\n```\n\nA quick debug into `resolveNuxtModule` with `@nuxt/test-utils/module` explained why\nhttps://github.com/nuxt/nuxt/blob/726ac60e2f07c6fc9d1ecd708ab84d50462b01e1/packages/kit/src/resolve.ts#L103-L114\n```js\nconst resolvedPath = await resolver.resolvePath(path);\nconsole.log(path) // @nuxt/test-utils/module\nconsole.log(resolvedPath) // /home/tofandel/PhpstormProjects/nuxt-server/node_modules/@nuxt/test-utils/dist/module.mjs \nresolved.push(resolvedPath.slice(0, resolvedPath.lastIndexOf(path) + path.length)); // /home/tofandel/Phpstor\n```\n\nBasically there is no check if resolvedPath.lastIndexOf will return -1 because resolvedPath doesn't contain the path leading to a garbarged path out\n",[3239],{"name":3240,"color":3241},"🔨 p3-minor","FBCA04",32225,"resolveNuxtModule fails for some modules","2025-07-28T16:24:46Z","https://github.com/nuxt/nuxt/issues/32225",0.6476185,{"description":3248,"labels":3249,"number":3258,"owner":3155,"repository":3211,"state":3169,"title":3259,"updated_at":3260,"url":3261,"score":3262},"### Environment\n\n- Node Version: v20.18.1\n- Nuxt Version: 3.8.2\n- CLI Version: 3.10.0\n- Nitro Version: 2.8.1\n- Package Manager: yarn@1.22.22\n- Builder: -\n- User Config: ssr, experimental, runtimeConfig, modules, site, ui, colorMode, pwa, tailwindcss, i18n, viewport, imports, devtools, typescript, alias, routeRules, $production\n- Runtime Modules: @nuxtjs/google-fonts@3.1.3, @nuxt/image@1.0.0-rc.3, nuxt-schema-org@3.2.3, nuxt-icon@0.4.2, @nuxtjs/i18n@8.0.0-rc.11, nuxt-viewport@2.0.6, @nuxtjs/device@3.1.1, @nuxt/ui@2.11.1, @vueuse/nuxt@10.7.0, @vite-pwa/nuxt@0.3.5, @artmizu/nuxt-prometheus@2.4.0\n\n### Reproduction\n\n1. exec yarn add --dev @nuxt/test-utils@3.9.0\n2. yarn build\n\n### Describe the bug\n\ncheck yarn.lock, it generate this info:\nvitest-environment-nuxt@^1.0.0, vitest-environment-nuxt@^1.0.1:\n version \"1.0.1\"\n resolved \"https://registry.npmmirror.com/vitest-environment-nuxt/-/vitest-environment-nuxt-1.0.1.tgz#e3308454af1947dbc315ce2a805a9d4fe4d1c49a\"\n integrity sha512-eBCwtIQriXW5/M49FjqNKfnlJYlG2LWMSNFsRVKomc8CaMqmhQPBS5LZ9DlgYL9T8xIVsiA6RZn2lk7vxov3Ow==\n dependencies:\n \"@nuxt/test-utils\" \">=3.13.1\"\n\nI think this version default vitest-environment-nuxt@^1.0.0, and not auto import 1.0.1, it will occur compatible problem in low version\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3250,3253,3255],{"name":3251,"color":3252},"needs reproduction","DE7793",{"name":3152,"color":3254},"5D08F5",{"name":3256,"color":3257},"closed-by-bot","ededed",1260,"About test-utils import vitest-environment-nuxt@^1.0.1 occur compatible problem","2025-05-05T02:14:50Z","https://github.com/nuxt/test-utils/issues/1260",0.6493824,["Reactive",3264],{},["Set"],["ShallowReactive",3267],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fa6hHB3m7bhu2b4y1AKZ58pXCwirO-rNpKN_g7Xw0tVo":-1},"/nuxt/test-utils/1377"]