\n\n### Workaround\nUsing `defineVitestConfig` and hoisting the configuration up to root works fine. Unfortunately I'd need to run three Vitest tasks and couldn't make use of the `projects` functionality.\n\nFor example:\n\n```\npnpm vitest --config vitest.browser.config.ts\npnpm vitest --config vitest.unit.config.ts\npnpm vitest --config vitest.e2e.config.ts\n# 😔\n```\n\n---\n\nSo, I can't figure out how to get it working. I've tried different combinations, singular projects, and using the deprecated `workspaces` key. The method `defineVitestProject` isn't documented and I've read through the code and I'm not really sure why I'm getting an error.\n\n### Nuxt Info\n\n```\n- Operating System: `Darwin`\n- Node Version: `v22.14.0`\n- Nuxt Version: `3.17.5`\n- CLI Version: `3.25.1`\n- Nitro Version: `2.11.12`\n- Package Manager: `pnpm@10.11.1`\n- Builder: `-`\n- User Config: `compatibilityDate`, `modules`\n- Runtime Modules: `@nuxt/test-utils/module@3.19.1`\n- Build Modules: `-`\n```\n\n### Additional information\n\n- [x] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [x] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [x] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2928],{"name":2907,"color":2929},"5D08F5",1322,"test-utils","Support Vitest `projects` option for Browser Mode","2025-06-18T13:51:03Z","https://github.com/nuxt/test-utils/issues/1322",0.6338565,{"description":2937,"labels":2938,"number":2948,"owner":2910,"repository":2910,"state":2949,"title":2950,"updated_at":2951,"url":2952,"score":2953},"### Environment\r\n\r\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v16.14.0`\r\n- Nuxt Version: `3.0.0-rc.9`\r\n- Nitro Version: `0.5.0`\r\n- Package Manager: `npm@8.3.1`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\n1. npx nuxi init nuxt-app\r\n2. cd nuxt-app\r\n3. npm install\r\n4. npm run dev\r\n\r\nError is thrown only when running on macbook...\r\n\r\n### Describe the bug\r\n\r\nUnable to run dev after fresh install on Macbook. \r\nHowever, doing npm run build, and npm run preview works without issue.\r\nTesting in stackblitz shows no issues however. \r\n\r\n\r\n\r\n\r\n### Additional context\r\n\r\nHad no issues yesterday when doing fresh install of rc.9\r\n\r\n### Logs\r\n\r\n```shell\r\ngurpinder@Gurpinders-MacBook-Pro bug % npx nuxi init bug-test\r\nNeed to install the following packages:\r\n nuxi\r\nOk to proceed? (y) \r\nNuxi 3.0.0-rc.9 22:28:53\r\nℹ cloned nuxt/starter#v3 to /Users/gurpinder/Desktop/bug/bug-test 22:28:54\r\n 22:28:54\r\nNuxi 3.0.0-rc.9 22:29:51\r\nNuxt 3.0.0-rc.9 with Nitro 0.5.0 22:29:51\r\n 22:29:54\r\n > Local: http://localhost:3000/ \r\n > Network: http://192.168.0.106:3000/\r\n\r\nℹ Vite server warmed up in 171ms 22:29:55\r\n✔ Nitro built in 185 ms nitro 22:29:55\r\nℹ Vite client warmed up in 701ms 22:29:55\r\n[Vue warn]: inject() can only be used inside setup() or functional components.\r\n[Vue warn]: Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build.\r\n[Vue warn]: Unhandled error during execution of setup function \r\n at \u003CNuxtRoot>\r\n[nuxt] [request error] [unhandled] [500] Cannot read properties of undefined (reading 'modules')\r\n at _sfc_main.setup (./node_modules/nuxt/dist/app/components/nuxt-root.vue:67:16) \r\n at callWithErrorHandling (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:157:22) \r\n at setupStatefulComponent (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7107:29) \r\n at setupComponent (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7062:11) \r\n at renderComponentVNode (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:172:17) \r\n at renderToString (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:446:26) \r\n at Object.renderToString$1 [as renderToString] (./.nuxt/dev/index.mjs:472:24) \r\n at Object.renderToString (./node_modules/vue-bundle-renderer/dist/runtime.mjs:173:40) \r\n at processTicksAndRejections (node:internal/process/task_queues:96:5) \r\n at async ./.nuxt/dev/index.mjs:521:21\r\n[Vue warn]: inject() can only be used inside setup() or functional components.\r\n[Vue warn]: Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build.\r\n[Vue warn]: Unhandled error during execution of setup function \r\n at \u003CNuxtRoot>\r\n[Vue warn]: inject() can only be used inside setup() or functional components.\r\n[Vue warn]: Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build.\r\n[Vue warn]: Unhandled error during execution of setup function \r\n at \u003CNuxtRoot>\r\n```\r\n",[2939,2942,2945],{"name":2940,"color":2941},"3.x","29bc7f",{"name":2943,"color":2944},"bug","d73a4a",{"name":2946,"color":2947},"vite","3574D1",14802,"closed","Cannot read properties of undefined (reading 'modules')","2023-01-19T17:43:02Z","https://github.com/nuxt/nuxt/issues/14802",0.6167887,{"description":2955,"labels":2956,"number":2959,"owner":2910,"repository":2910,"state":2949,"title":2960,"updated_at":2961,"url":2962,"score":2963},"### Environment\n\n- Operating System: `Windows_NT`\r\n- Node Version: `v14.18.1`\r\n- Nuxt Version: `3.3.1`\r\n- Nitro Version: `-`\r\n- Package Manager: `pnpm@7.25.0`\r\n- Builder: `vite`\r\n- User Config: `modules`, `unocss`, `css`, `content`, `devtools`\r\n- Runtime Modules: `@nuxt/content@2.5.2`, `@unocss/nuxt@0.49.8`, `@vueuse/nuxt@9.13.0`, `@nuxt/devtools@0.2.5-27988848.51397f9`\r\n- Build Modules: `-`\n\n### Reproduction\n\n\"@iconify/json\": \"^2.2.27\",\r\n \"@kaivanwong/eslint-config\": \"0.13.14\",\r\n \"@nuxt/content\": \"^2.4.3\",\r\n \"@nuxt/devtools\": \"npm:@nuxt/devtools-edge@latest\",\r\n \"@unocss/nuxt\": \"^0.49.8\",\r\n \"@unocss/reset\": \"^0.49.8\",\r\n \"@vueuse/core\": \"^9.13.0\",\r\n \"@vueuse/nuxt\": \"^9.13.0\",\r\n \"eslint\": \"^8.35.0\",\r\n \"nuxt\": \"^3.3.1\",\r\n \"sass\": \"^1.58.3\"\n\n### Describe the bug\n\nCannot read property 'name' of undefined\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2957,2958],{"name":2940,"color":2941},{"name":2907,"color":2908},19840,"Cannot read property 'name' of undefined","2023-03-21T09:01:02Z","https://github.com/nuxt/nuxt/issues/19840",0.6201056,{"labels":2965,"number":2971,"owner":2910,"repository":2910,"state":2949,"title":2972,"updated_at":2973,"url":2974,"score":2975},[2966,2967,2968],{"name":2940,"color":2941},{"name":2907,"color":2908},{"name":2969,"color":2970},"upstream","E8A36D",13382,"Cannot read properties of undefined (reading 'getSSRProps')","2024-12-04T00:16:36Z","https://github.com/nuxt/nuxt/issues/13382",0.62126034,{"description":2977,"labels":2978,"number":2981,"owner":2910,"repository":2910,"state":2949,"title":2960,"updated_at":2982,"url":2983,"score":2984},"### Environment\n\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v16.13.1`\r\n- Nuxt Version: `3.3.1`\r\n- Nitro Version: `2.3.2`\r\n- Package Manager: `yarn@1.22.19`\r\n- Builder: `vite`\r\n- User Config: `meta`, `modules`\r\n- Runtime Modules: `nuxt-windicss@2.6.0`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nhttps://github.com/Mnigos/biuro-makowska\n\n### Describe the bug\n\nApplication is building fine, but not in vercel deployment.\r\n\n\n### Additional context\n\n`nuxt.config.ts`\r\n```ts\r\n// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config\r\nexport default defineNuxtConfig({\r\n meta: {\r\n title: 'Biuro Makowska',\r\n meta: [\r\n { charset: 'utf-8' },\r\n { name: 'viewport', content: 'width=device-width, initial-scale=1' },\r\n {\r\n hid: 'description',\r\n name: 'description',\r\n content:\r\n 'Biuro Rachunkowe Joanna Makowska to certyfikowane biuro, które zapewnia swoim klientom profesjonalną obsługę oraz rzetelne i fachowe świadczenie usług księgowych.',\r\n },\r\n {\r\n name: 'msapplication-TileColor',\r\n content: '#000000',\r\n },\r\n {\r\n name: 'theme-color',\r\n content: '#ffffff',\r\n },\r\n ],\r\n link: [\r\n { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' },\r\n { rel: 'icon', type: 'image/png', sizes: '64x64', href: '/favicon-64x64.png' },\r\n { rel: 'manifest', href: '/site.webmanifest' },\r\n ],\r\n },\r\n modules: ['nuxt-windicss'],\r\n})\r\n```\n\n### Logs\n\n```shell-script\n$ nuxt prepare\r\n--\r\n18:05:05.374 | [log] Nuxi 3.3.1\r\n18:05:06.986 | [info] [@nuxtjs/web-vitals] Auto detected provider: vercel\r\n18:05:06.991 | [error] Cannot read property 'name' of undefined\r\n18:05:06.991 | at normalizedModule (node_modules/@nuxt/kit/dist/index.mjs:170:106)\r\n18:05:06.991 | at async installModule (node_modules/@nuxt/kit/dist/index.mjs:451:15)\r\n18:05:06.991 | at async initNuxt (node_modules/nuxt/dist/index.mjs:2469:7)\r\n18:05:06.992 | at async loadNuxt (node_modules/nuxt/dist/index.mjs:2523:5)\r\n18:05:06.992 | at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:539:19)\r\n18:05:06.992 | at async Object.invoke (node_modules/nuxi/dist/chunks/prepare.mjs:37:18)\r\n18:05:06.992 | at async _main (node_modules/nuxi/dist/cli.mjs:49:20)\n```\n",[2979,2980],{"name":2940,"color":2941},{"name":2907,"color":2908},19892,"2023-03-24T14:59:37Z","https://github.com/nuxt/nuxt/issues/19892",0.6214888,{"description":2986,"labels":2987,"number":2993,"owner":2910,"repository":2910,"state":2949,"title":2994,"updated_at":2995,"url":2996,"score":2997},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.15.1`\n- Nuxt Version: `3.17.4`\n- CLI Version: `3.25.1`\n- Nitro Version: `2.11.12`\n- Package Manager: `npm@11.4.0`\n- Builder: `-`\n- User Config: `ssr`, `css`, `modules`, `runtimeConfig`, `app`, `imports`, `devtools`, `formkit`, `i18n`, `typescript`, `build`, `eslint`, `vite`, `compatibilityDate`\n- Runtime Modules: `@formkit/auto-animate/nuxt@0.8.2`, `@formkit/nuxt@1.6.9`, `@hebilicious/vue-query-nuxt@0.3.0`, `@nuxt/eslint@1.4.1`, `@nuxtjs/i18n@9.5.4`, `@pinia/nuxt@0.11.0`, `@vueuse/nuxt@13.2.0`\n- Build Modules: `-`\n\n### Reproduction\n\nUnfortunately, I have no clue\n\n### Describe the bug\n\nI recently upgraded Nuxt and my other dependencies and when I use `npm run generate`, I get prerender errors on some pages (not all of them). I tried to comment out everything in the corresponding page components (the page has now only a `\u003Cdiv />` and an empty script), and the error is still there.\n\nFor example:\n\n```\n ERROR [request error] [unhandled] [GET] http://localhost/login 4:45:45 PM\n Cannot read properties of undefined (reading 'split')\n\n at isMetaArrayDupeKey (node_modules/unhead/dist/shared/unhead.Cp0iF6eN.mjs:5:15)\n at node_modules/unhead/dist/shared/unhead.DGkFBTYv.mjs:106:77\n at Array.reduce (\u003Canonymous>)\n at Object.resolveTags (node_modules/unhead/dist/shared/unhead.DGkFBTYv.mjs:93:112)\n at async renderSSRHead (node_modules/unhead/dist/server.mjs:203:48)\n at async Object.render (.nuxt/prerender/chunks/_/renderer.mjs:399:70)\n at async Object.handler (.nuxt/prerender/chunks/nitro/nitro.mjs:1539:22)\n at async Object.handler (node_modules/h3/dist/index.mjs:2003:19)\n at async toNodeHandle (node_modules/h3/dist/index.mjs:2295:7)\n at async b (node_modules/node-mock-http/dist/index.mjs:1:6808)\n```\n\nI added a console.log just before the call to `isMetaArrayDupeKey`\n\n\n\nHere is what it prints:\n\n```\n{ tag: 'script',\n props: { type: 'module', src: '/_nuxt/Daz7sFQz.js', defer: null, crossorigin: true },\n tagPosition: 'head',\n mode: 'server',\n _w: 100,\n _p: 9216,\n _d: undefined }\n```\n\nThe undefined `_d` seems to be the issue but the `console.log` I added is only called when there is an issue. I guess a previous passing or failing condition is not triggering the log.\n\nI'd be glad to provide a reproduction scenario and I'm actually shameful to not be able to debug this further. If you have any hint that can help isolate the issue, I will try that out immediately. \n\nThanks for your help!\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2988,2989,2990],{"name":2907,"color":2908},{"name":2969,"color":2970},{"name":2991,"color":2992},"possible regression","B90A42",32178,"`Cannot read properties of undefined (reading 'split')` when prerendering","2025-05-23T00:23:18Z","https://github.com/nuxt/nuxt/issues/32178",0.6259675,{"description":2999,"labels":3000,"number":3008,"owner":2910,"repository":2910,"state":2949,"title":3009,"updated_at":3010,"url":3011,"score":3012},"### Environment\n\n- Operating System: Windows_NT (10)\r\n- Node Version: v20.15.0\r\n- Nuxt Version: 3.12.4\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: npm@10.7.0\r\n- Builder: -\r\n- User Config: future, compatibilityDate, devtools, modules, app, ui, colorMode, gtag, site, nitro, device\r\n- Runtime Modules: @formkit/auto-animate/nuxt@0.8.2, @nuxt/content@2.13.2, @nuxt/ui@2.18.4, @nuxtjs/device@3.1.1, @nuxtjs/robots@4.0.2, @nuxtjs/seo@2.0.0-rc.18, @nuxtjs/sitemap@6.0.0-beta.1, nuxt-gtag@2.1.0\r\n- Build Modules: -\n\n### Reproduction\n\nThis seems to be my machine only for some reason, sorry!\n\n### Describe the bug\n\nOn running `nuxt dev --open` I get the following result:\r\n\r\n```\r\n500\r\nCannot read properties of undefined (reading 'replace')\r\n\r\nat normalizeFilenames (http://localhost:3000/_nuxt/@fs/C:/Users/_____/Documents/Dev/Web/WatchStarWars/node_modules/nuxt/dist/app/plugins/dev-server-logs.js?v=9ffb1c1d:44:32)\r\nat normalizeServerLog (http://localhost:3000/_nuxt/@fs/C:/Users/_____/Documents/Dev/Web/WatchStarWars/node_modules/nuxt/dist/app/plugins/dev-server-logs.js?v=9ffb1c1d:56:20)\r\nat http://localhost:3000/_nuxt/@fs/C:/Users/_____/Documents/Dev/Web/WatchStarWars/node_modules/nuxt/dist/app/plugins/dev-server-logs.js?v=9ffb1c1d:28:20\r\nat http://localhost:3000/_nuxt/@fs/C:/Users/_____/Documents/Dev/Web/WatchStarWars/node_modules/hookable/dist/index.mjs?v=9ffb1c1d:48:66\r\nat http://localhost:3000/_nuxt/@fs/C:/Users/_____/Documents/Dev/Web/WatchStarWars/node_modules/hookable/dist/index.mjs?v=9ffb1c1d:48:56\r\nat async http://localhost:3000/_nuxt/@fs/C:/Users/_____/Documents/Dev/Web/WatchStarWars/node_modules/nuxt/dist/app/plugins/dev-server-logs.js?v=9ffb1c1d:35:93\r\nat async applyPlugin (http://localhost:3000/_nuxt/@fs/C:/Users/_____/Documents/Dev/Web/WatchStarWars/node_modules/nuxt/dist/app/nuxt.js?v=9ffb1c1d:137:25)\r\nat async executePlugin (http://localhost:3000/_nuxt/@fs/C:/Users/_____/Documents/Dev/Web/WatchStarWars/node_modules/nuxt/dist/app/nuxt.js?v=9ffb1c1d:173:9)\r\nat async applyPlugins (http://localhost:3000/_nuxt/@fs/C:/Users/_____/Documents/Dev/Web/WatchStarWars/node_modules/nuxt/dist/app/nuxt.js?v=9ffb1c1d:187:5)\r\nat async initApp (http://localhost:3000/_nuxt/C:/Users/_____/Documents/Dev/Web/WatchStarWars/node_modules/nuxt/dist/app/entry.js:47:7)\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3001,3002,3005],{"name":2907,"color":2908},{"name":3003,"color":3004},"windows","C681FD",{"name":3006,"color":3007},"needs reproduction","FBCA04",28522,"Cannot read properties of undefined (reading 'replace')","2025-03-24T22:56:32Z","https://github.com/nuxt/nuxt/issues/28522",0.62611455,{"description":3014,"labels":3015,"number":3024,"owner":2910,"repository":2910,"state":2949,"title":3025,"updated_at":3026,"url":3027,"score":3028},"### Environment\r\n\r\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v16.18.0`\r\n- Nuxt Version: `3.1.1`\r\n- Nitro Version: `2.1.0`\r\n- Package Manager: `npm@8.19.2`\r\n- Builder: `vite`\r\n- User Config: `nitro`, `runtimeConfig`, `vue`, `app`, `serverHandlers`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nI wish I could do this, but the project has internal dependencies that I cannot fully provide.\r\n\r\n### Describe the bug\r\n\r\nAfter some time of things working just fine in our project, we have started to experience the following error. We have been struggling to troubleshoot this issue. \r\n```\r\n[Vue warn]: Unhandled error during execution of setup function \r\n at \u003CNuxtRoot>\r\n[nuxt] [request error] [unhandled] [500] Cannot read properties of undefined (reading 'modules')\r\n at _sfc_main.setup (./node_modules/nuxt/dist/app/components/nuxt-root.vue:76:16) \r\n at callWithErrorHandling (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:157:22) \r\n at setupStatefulComponent (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7176:29) \r\n at setupComponent (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7131:11) \r\n at renderComponentVNode (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:172:17) \r\n at renderToString (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:450:26) \r\n at Object.renderToString$1 [as renderToString] (./.nuxt/dev/index.mjs:970:24) \r\n at Object.renderToString (./node_modules/vue-bundle-renderer/dist/runtime.mjs:173:40) \r\n at processTicksAndRejections (node:internal/process/task_queues:96:5) \r\n at async ./.nuxt/dev/index.mjs:1034:21\r\n```\r\n\r\n### Additional context\r\n\r\nI have read through other bug reports on this issue in the September timeframe and have verified that we don't have things like multiple versions of Vue in the package-lock.json file. It is not a mono-repo etc. I don't have a node_modules directory in my $HOME directory. The problem seems to only occur when running via 'npm run dev'. The problem does not manifest itself after running an 'npm build' and running the app via the built output.\r\n\r\nM-C02YNX67LVCG:src sdschetnan$ npm list --depth=10 | grep ' vue@'\r\n│ │ │ └── vue@3.2.45 deduped\r\n│ │ │ └── vue@3.2.45 deduped\r\n│ │ └── vue@3.2.45 deduped\r\n│ │ │ └── vue@3.2.45 deduped\r\n│ │ └── vue@3.2.45 deduped\r\n│ │ └── vue@3.2.45 deduped\r\n│ └─┬ vue@3.2.45\r\n│ │ └── vue@3.2.45 deduped\r\nM-C02YNX67LVCG:src sdschetnan$\r\n\r\nWe experienced a similar issue yesterday with our base application where team members were reporting that it worked some of the time, but simply changing the name of the directory that contained the project could produce this error.\r\n\r\n### Logs\r\n\r\n```shell-script\r\n[Vue warn]: inject() can only be used inside setup() or functional components.\r\n[Vue warn]: Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build.\r\n[Vue warn]: Unhandled error during execution of setup function \r\n at \u003CNuxtRoot>\r\n[nuxt] [request error] [unhandled] [500] Cannot read properties of undefined (reading 'modules')\r\n at _sfc_main.setup (./node_modules/nuxt/dist/app/components/nuxt-root.vue:76:16) \r\n at callWithErrorHandling (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:157:22) \r\n at setupStatefulComponent (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7176:29) \r\n at setupComponent (./node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7131:11) \r\n at renderComponentVNode (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:172:17) \r\n at renderToString (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:450:26) \r\n at Object.renderToString$1 [as renderToString] (./.nuxt/dev/index.mjs:970:24) \r\n at Object.renderToString (./node_modules/vue-bundle-renderer/dist/runtime.mjs:173:40) \r\n at processTicksAndRejections (node:internal/process/task_queues:96:5) \r\n at async ./.nuxt/dev/index.mjs:1034:21\r\n```\r\n",[3016,3017,3018,3021],{"name":2940,"color":2941},{"name":2907,"color":2908},{"name":3019,"color":3020},"nitro","bfd4f2",{"name":3022,"color":3023},"upstream-bug","B60205",18563,"[nuxt] [request error] [unhandled] [500] Cannot read properties of undefined (reading 'modules')","2024-09-08T20:38:50Z","https://github.com/nuxt/nuxt/issues/18563",0.62789446,["Reactive",3030],{},["Set"],["ShallowReactive",3033],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f-Xzbm9g0Mwfx96qT3Yt7Ry2rlReqp-EANkmuYXeOzvU":-1},"/nuxt/test-utils/1326"]