to app.vue\n8. start the project via npm run dev\n9. open created localhost link in browser\n[Minimal reproduction link](https://stackblitz.com/edit/github-dksvnc-l71vra)\n\n### Describe the bug\n\nRunning in development mode (and shortly seems to be an issue for production build also) and opening app in browser leads to error in Vue Router. You can still get it work by redirecting to other path by clicking the link to another page, but the error will return after page refresh which is extremely uncomfartable for local work\n\nSetting ssr: false in nuxt.config.ts solves this issue, but we need ssr: true for the project\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n[Vue Router warn]: uncaught error during route navigation:\nCannot destructure property '__webpack_ids__' of 'data' as it is undefined.\n\n at installChunk (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at setup (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at applyPlugin (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at executePlugin (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at applyPlugins (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at createNuxtAppServer (node_modules\\nuxt\\dist\\core\\runtime\\nitro\\renderer.js:525:1)\n at async Object.renderToString (/D:/dev/text-nuxt/node_modules/vue-bundle-renderer/dist/runtime.mjs:173:19)\n```",[3020,3023,3026],{"name":3021,"color":3022},"bug","d73a4a",{"name":3024,"color":3025},"webpack","650C6F",{"name":3027,"color":3028},"❗ p4-important","D93F0B",30165,"nuxt","open","[Vue Router warn]: uncaught error during route navigation when building with webpack","2024-12-17T06:37:23Z","https://github.com/nuxt/nuxt/issues/30165",0.68208677,{"description":3037,"labels":3038,"number":3042,"owner":3030,"repository":3030,"state":3043,"title":3044,"updated_at":3045,"url":3046,"score":3047},"**Hello! Not working example**\r\nnuxtjs version = v1.0.0-rc11\r\n\r\nhttps://nuxtjs.org/examples/auth-routes\r\n\r\n\r\n```\r\nconst Nuxt = require('nuxt')\r\nconst bodyParser = require('body-parser')\r\nconst session = require('express-session')\r\nconst app = require('express')()\r\n\r\n.\r\n.\r\n.\r\n.\r\nconst isProd = process.env.NODE_ENV === 'production'\r\nconst nuxt = new Nuxt({ dev: !isProd })\r\n```\r\n\r\n ^\r\nTypeError: Nuxt is not a constructor\r\n at Object.\u003Canonymous> (/Users/Documents/Projects/test/server.js:22:14)\r\n at Module._compile (module.js:571:32)\r\n at Object.Module._extensions..js (module.js:580:10)\r\n at Module.load (module.js:488:32)\r\n at tryModuleLoad (module.js:447:12)\r\n at Function.Module._load (module.js:439:3)\r\n at Module.runMain (module.js:605:10)\r\n at run (bootstrap_node.js:420:7)\r\n at startup (bootstrap_node.js:139\r\n\r\npls - help me - thanks\r\n\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1435\">#c1435\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3039],{"name":3040,"color":3041},"2.x","d4c5f9",1608,"closed","example auth-routes not working","2023-01-18T15:42:00Z","https://github.com/nuxt/nuxt/issues/1608",0.64963967,{"labels":3049,"number":3051,"owner":3030,"repository":3030,"state":3043,"title":3052,"updated_at":3053,"url":3054,"score":3055},[3050],{"name":3040,"color":3041},6526,"Nuxtjs SPA Mode Build failed","2023-01-18T21:49:16Z","https://github.com/nuxt/nuxt/issues/6526",0.67932105,{"description":3057,"labels":3058,"number":3060,"owner":3030,"repository":3030,"state":3043,"title":3061,"updated_at":3062,"url":3063,"score":3064},"This looks like something with my project specifically (a new empty nuxt project does work), but I am a bit lost and after looking for 2 days I dont know anymore. Hopefully somebody here can put me on the right track.\r\n\r\nThe issue is that building my project works fine, e.g. after `npm run dev` I have the following output (using vue version 2.3.4):\r\n```\r\nDONE Compiled successfully in 463ms\r\n> Open http://0.0.0.0:3000\r\nnuxt:render Rendering url / +6s\r\n```\r\n\r\nBut in my browser I receive the following error:\r\n```\r\nNuxt.js Error:\r\n\r\nTypeError: __webpack_require__.i(...) is not a function\r\n at Object.module.exports.Object.defineProperty.value (~/babel-runtime/helpers/typeof.js:13:63)\r\n at __webpack_require__ (webpack:/webpack/bootstrap 32d2034bb6fb3978fa81:25:0)\r\n at Object.\u003Canonymous> (server-bundle.js:480:122)\r\n at __webpack_require__ (webpack:/webpack/bootstrap 32d2034bb6fb3978fa81:25:0)\r\n at Object.module.exports.__webpack_exports__.a (server-bundle.js:1290:66)\r\n at __webpack_require__ (webpack:/webpack/bootstrap 32d2034bb6fb3978fa81:25:0)\r\n at Object.\u003Canonymous> (server-bundle.js:1881:65)\r\n at __webpack_require__ (webpack:/webpack/bootstrap 32d2034bb6fb3978fa81:25:0)\r\n at server-bundle.js:95:18\r\n at Object.\u003Canonymous> (server-bundle.js:98:10)\r\n at evaluateModule (/var/www/nuxt/node_modules/vue-server-renderer/build.js:5820:21)\r\n at /var/www/nuxt/node_modules/vue-server-renderer/build.js:5878:18\r\n at Promise (\u003Canonymous>)\r\n at /var/www/nuxt/node_modules/vue-server-renderer/build.js:5870:14\r\n at Nuxt.renderToString (/var/www/nuxt/node_modules/vue-server-renderer/build.js:6022:9)\r\n at P (/var/www/nuxt/node_modules/nuxt/node_modules/pify/index.js:49:6)\r\n```\r\n\r\nI have removed node_modules already and re-installed all dependencies from scratch but that doesnt help. Any ideas where I should be looking?\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c970\">#c970\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3059],{"name":3040,"color":3041},1109,"Nuxt webpack error in browser only, not during build","2023-01-18T15:40:45Z","https://github.com/nuxt/nuxt/issues/1109",0.68235534,{"description":3066,"labels":3067,"number":3069,"owner":3030,"repository":3030,"state":3043,"title":3070,"updated_at":3071,"url":3072,"score":3073},"I am running in SPA mode and I am getting this error while trying to access NuxtJS page `http://localhost:3000/auth/login`. If I go to `universal` mode I can access page normally. I have no page and/or layout middleware assigned.\r\n\r\n\r\n\r\nclient.js:50 TypeError: Cannot read property 'load' of undefined\r\n at VueComponent.mounted (auth.vue:28)\r\n at callHook (vue.runtime.esm.js:2661)\r\n at insert (vue.runtime.esm.js:3522)\r\n at Object.invoker [as insert] (vue.runtime.esm.js:1806)\r\n at invokeInsertHook (vue.runtime.esm.js:5465)\r\n at Vue$3.patch [as __patch__] (vue.runtime.esm.js:5635)\r\n at Vue$3.Vue._update (vue.runtime.esm.js:2410)\r\n at Vue$3.updateComponent (vue.runtime.esm.js:2534)\r\n at Watcher.get (vue.runtime.esm.js:2877)\r\n at new Watcher (vue.runtime.esm.js:2866)\r\nwebpackJsonp../.nuxt/client.js.__WEBPACK_IMPORTED_MODULE_6_vue__.default.config.errorHandler @ client.js:50\r\nhandleError @ vue.runtime.esm.js:555\r\ncallHook @ vue.runtime.esm.js:2663\r\ninsert @ vue.runtime.esm.js:3522\r\ninvoker @ vue.runtime.esm.js:1806\r\ninvokeInsertHook @ vue.runtime.esm.js:5465\r\npatch @ vue.runtime.esm.js:5635\r\nVue._update @ vue.runtime.esm.js:2410\r\nupdateComponent @ vue.runtime.esm.js:2534\r\nget @ vue.runtime.esm.js:2877\r\nWatcher @ vue.runtime.esm.js:2866\r\nmountComponent @ vue.runtime.esm.js:2538\r\nwebpackJsonp../node_modules/vue/dist/vue.runtime.esm.js.Vue$3.$mount @ vue.runtime.esm.js:7397\r\nmountApp @ client.js:525\r\n(anonymous) @ client.js:567\r\n_callee2$ @ client.js:323\r\ntryCatch @ runtime.js:65\r\ninvoke @ runtime.js:299\r\nprototype.(anonymous function) @ runtime.js:117\r\nstep @ asyncToGenerator.js:17\r\n(anonymous) @ asyncToGenerator.js:28\r\nPromise resolved (async)\r\nstep @ asyncToGenerator.js:27\r\n(anonymous) @ asyncToGenerator.js:28\r\nPromise resolved (async)\r\nstep @ asyncToGenerator.js:27\r\n(anonymous) @ asyncToGenerator.js:28\r\nPromise resolved (async)\r\nstep @ asyncToGenerator.js:27\r\n(anonymous) @ asyncToGenerator.js:28\r\nPromise resolved (async)\r\nstep @ asyncToGenerator.js:27\r\n(anonymous) @ asyncToGenerator.js:35\r\nF @ _export.js:35\r\n(anonymous) @ asyncToGenerator.js:14\r\nrender @ client.js:192\r\n_callee3$ @ client.js:563\r\ntryCatch @ runtime.js:65\r\ninvoke @ runtime.js:299\r\nprototype.(anonymous function) @ runtime.js:117\r\nstep @ asyncToGenerator.js:17\r\n(anonymous) @ asyncToGenerator.js:28\r\nPromise resolved (async)\r\nstep @ asyncToGenerator.js:27\r\n(anonymous) @ asyncToGenerator.js:28\r\nPromise resolved (async)\r\nstep @ asyncToGenerator.js:27\r\n(anonymous) @ asyncToGenerator.js:35\r\nF @ _export.js:35\r\n(anonymous) @ asyncToGenerator.js:14\r\nmountApp @ client.js:506\r\nPromise resolved (async)\r\n./.nuxt/client.js @ client.js:58\r\n__webpack_require__ @ bootstrap 73dabf96cdbcdcacd7b0:710\r\nfn @ bootstrap 73dabf96cdbcdcacd7b0:115\r\n0 @ notifications.js:7\r\n__webpack_require__ @ bootstrap 73dabf96cdbcdcacd7b0:710\r\nwebpackJsonpCallback @ bootstrap 73dabf96cdbcdcacd7b0:25\r\n(anonymous) @ app.12bc2a4d77cee555862d.js:1\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1587\">#c1587\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3068],{"name":3040,"color":3041},1767,"Client.js -> TypeError: Cannot read property 'load' of undefined","2023-01-18T15:54:44Z","https://github.com/nuxt/nuxt/issues/1767",0.68348354,{"description":3075,"labels":3076,"number":3078,"owner":3030,"repository":3030,"state":3043,"title":3079,"updated_at":3080,"url":3081,"score":3082},"## Steps to reproduce\r\n\r\n```\r\nvue init nuxt/starter demo\r\ncd demo\r\nyarn install\r\nyarn add axios\r\n```\r\n\r\ncreate file `pages/users/_id.vue`\r\n\r\n```\r\n\u003Ctemplate>\r\n \u003Ch1>{{ name }}\u003C/h1>\r\n\u003C/template>\r\n\r\n\u003Cscript>\r\nimport axios from 'axios'\r\n\r\nexport default {\r\n data ({ params }) {\r\n return axios.get(`https://api.myjson.com/bins/${params.id}`)\r\n .then((res) => res.data)\r\n }\r\n}\r\n\u003C/script>\r\n\r\n```\r\n\r\nrun `npm run dev`\r\nvisit `http://127.0.0.1:3000/users/dgbin`\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c426\">#c426\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3077],{"name":3040,"color":3041},489,"TypeError: Cannot read property 'params' of undefined","2023-01-18T22:17:23Z","https://github.com/nuxt/nuxt/issues/489",0.6837004,{"labels":3084,"number":3086,"owner":3030,"repository":3030,"state":3043,"title":3087,"updated_at":3053,"url":3088,"score":3089},[3085],{"name":3040,"color":3041},6509,"npm run build - Show 'renderRoute' error","https://github.com/nuxt/nuxt/issues/6509",0.68558186,{"description":3091,"labels":3092,"number":3099,"owner":3030,"repository":3030,"state":3043,"title":3100,"updated_at":3101,"url":3102,"score":3103},"### Environment\r\n\r\n- Operating System: Darwin\r\n- Node Version: v18.17.1\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: -\r\n- Package Manager: pnpm@8.7.5\r\n- Builder: -\r\n- User Config: devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n\r\n### Reproduction\r\n\r\nhttps://github.com/nicolaspayot/nuxt-route-rules-undefined/\r\n\r\n- `git clone git@github.com:nicolaspayot/nuxt-route-rules-undefined.git`\r\n- `pnpm i`\r\n- `pnpm run dev`\r\n---\r\n- Go to http://localhost:3000/\r\n- Open console in browser DevTools\r\n- Click on \"Update query\" button on the page\r\n- Notice the following error 👇 \r\n\r\n\r\n\r\n### Describe the bug\r\n\r\nWhen using `navigateTo` with `{external: true}` on client side (outside of a route middleware), we can have the following error (in particular cases):\r\n```\r\nTypeError: Cannot read properties of undefined (reading 'appMiddleware')\r\n```\r\nThis comes from [this code](https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/pages/runtime/plugins/router.ts#L185):\r\n```js\r\nconst routeRules = await nuxtApp.runWithContext(() => getRouteRules(to.path));\r\nif (routeRules.appMiddleware) { ... }\r\n```\r\nSomehow, `routeRules` is `undefined`.\r\n\r\nIt's happening when the `navigateTo` function is calling `nuxtApp._scope.stop()`, [here](https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/app/composables/router.ts#L190).\r\n\r\nNow, I believe that this can be avoided with a more \"correct\" usage on our end (we get the warning `[Vue warn] cannot run an inactive effect scope.` before the runtime error occurs).\r\n\r\nHowever, in the reproduction example, I tried to mimic real production usage that we have:\r\n\r\n- A user is performing an action on the page\r\n- This actions triggers a state update in a Pinia store\r\n- This state is watched to update the URL (`router.push`)\r\n- By watching some derived data from the state, we might call `navigateTo` with `{external: true}`\r\n\r\nI'm very willing to fix this issue. For example, we could check if `routeRules` is not `undefined` before trying to access `appMiddleware`.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3093,3096],{"name":3094,"color":3095},"3.x","29bc7f",{"name":3097,"color":3098},"🔨 p3-minor","FBCA04",26756,"TypeError: Cannot read properties of undefined (reading 'appMiddleware')","2024-04-23T09:34:43Z","https://github.com/nuxt/nuxt/issues/26756",0.68829453,{"labels":3105,"number":3107,"owner":3030,"repository":3030,"state":3043,"title":3108,"updated_at":3109,"url":3110,"score":3111},[3106],{"name":3040,"color":3041},4091,"Nuxtjs Error While creating a component?","2023-01-18T20:03:53Z","https://github.com/nuxt/nuxt/issues/4091",0.6897743,{"description":3113,"labels":3114,"number":3116,"owner":3030,"repository":3030,"state":3043,"title":3117,"updated_at":3118,"url":3119,"score":3120},"Hi,\r\n\r\nI'm getting these errors when running nuxt generate:\r\n```\r\nROUTE /om-oss\r\n\r\n TypeError: Cannot read property 'headers' of undefined\r\n\r\n - server-bundle.js:3656 module.exports.__webpack_exports__.a\r\n server-bundle.js:3656:37\r\n\r\n - server-bundle.js:1598 createApp\r\n server-bundle.js:1598:213\r\n\r\n ROUTE /\r\n\r\n TypeError: Cannot read property 'headers' of undefined\r\n\r\n - server-bundle.js:3656 module.exports.__webpack_exports__.a\r\n server-bundle.js:3656:37\r\n\r\n - server-bundle.js:1598 createApp\r\n server-bundle.js:1598:213\r\n```\r\n\r\nBut I don't understand why? This is how /om-oss page component looks like:\r\n\r\n```\r\n\u003Ctemplate>\r\n \u003Cdiv class=\"page\">\r\n \t\u003Cdiv class=\"page__inner js-page__inner\">\r\n\t \t\u003Cdiv class=\"page__content scroll\" ref=\"scroll\">\r\n\t\t \t\u003Cdiv class=\"scroll__content\" ref=\"content\">\r\n\t\t \t\t\u003Cdiv class=\"page__top\">\r\n\t\t\t \t\t\u003Chero :title=\"content[0].title.rendered\" :img=\"content[0].better_featured_image.media_details.sizes.large.source_url\" />\r\n\t\t\t \t\u003C/div>\r\n\r\n\t\t\t\t\u003Ctext-content :txt=\"content[0].acf.about\" />\r\n\r\n\t\t\t\t\u003Cdiv class=\"team s-pt12 s-pb8 m-pv16\">\r\n\t\t\t\t\t\u003Cdiv class=\"grid-container\">\r\n\t\t\t\t\t\t\u003Cdiv class=\"grid-x grid-margin-x align-right\">\r\n\t\t\t\t\t\t\t\u003Cdiv class=\"small-12 cell\">\r\n\t\t\t\t\t\t\t\t\u003Ch2 class=\"h1 team__title s-mb6 m-mb9\">Teamet.\u003C/h2>\r\n\t\t\t\t\t\t\t\u003C/div>\r\n\t\t\t\t\t\t\t\u003Cdiv class=\"small-12 cell\">\r\n\t\t\t\t\t\t\t\t\u003Cdiv class=\"team__inner m-pl16\">\r\n\t\t\t\t\t\t\t\t\t\u003Cdiv class=\"team__text\">Klicka för att läsa mer.\u003C/div>\r\n\t\t\t\t\t\t\t\t\t\u003Cdiv class=\"grid-x grid-margin-x\">\r\n\t\t\t\t\t\t\t\t\t\t\u003Cdiv v-for=\"(member, index) in content[0].acf.team\" class=\"small-12 medium-6 large-4 cell\">\r\n\t\t\t\t\t\t\t\t\t\t\t\u003C!--@click=\"modalActive = !modalActive, modalIndex = index-->\r\n\t\t\t\t\t\t\t\t\t\t\t\u003Carticle class=\"team-member\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\u003Cfigure class=\"team-member__photo\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\u003Cimg v-if=\"member.image\" :src=\"member.image.sizes.medium_large\" :alt=\"member.name\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\u003Cfigcaption v-if=\"!member.image\">Bild saknas\u003C/figcaption>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\u003C/figure>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\u003Cdiv class=\"team-member__content s-pv3 s-ph3\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\u003Cdiv class=\"team-member__title s-mb1\">{{ member.title }}\u003C/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\u003Ch2 class=\"team-member__name\">{{ member.name }}\u003C/h2>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\u003C/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\u003C/article>\r\n\t\t\t\t\t\t\t\t\t\t\u003C/div>\r\n\t\t\t\t\t\t\t\t\t\u003C/div>\r\n\t\t\t\t\t\t\t\t\u003C/div>\r\n\t\t\t\t\t\t\t\u003C/div>\r\n\t\t\t\t\t\t\u003C/div>\r\n\t\t\t\t\t\u003C/div>\r\n\t\t\t\t\u003C/div>\r\n\r\n\t\t\t\t\u003Cpartners />\r\n\t \t\t\u003Csite-footer />\r\n\r\n\t\t\t\t\u003Cmodal v-if=\"modalActive\" :member=\"content[0].acf.team[modalIndex]\" />\r\n\r\n\t\t\t\u003C/div>\r\n\t\t\u003C/div>\r\n\t\u003C/div>\r\n \u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cscript>\r\nimport Hero from '~/components/hero'\r\nimport TextContent from '~/components/text-content'\r\nimport SiteFooter from '~/components/footer'\r\nimport Partners from '~/components/partners'\r\nimport Modal from '~/components/modal'\r\n\r\nimport { defaultTransition } from '~/transitions'\r\n\r\nexport default {\r\n\tname: 'om-oss',\r\n\ttransition: defaultTransition,\r\n\tcomponents: {\r\n\t\tHero,\r\n\t\tTextContent,\r\n\t\tModal,\r\n\t\tPartners,\r\n\t\tSiteFooter\r\n\t},\r\n\tdata() {\r\n\t\treturn {\r\n\t\t\tmodalActive: false,\r\n\t\t\tmodalIndex: 0\r\n\t\t}\r\n\t},\r\n\tasync asyncData ({ app }) {\r\n\t\treturn { content: await app.$axios.$get('pages/?slug=om-oss') }\r\n\t}\r\n}\r\n\u003C/script>\r\n```\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c7114\">#c7114\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3115],{"name":3040,"color":3041},3358,"Headers of undefined when using generate?","2023-01-18T16:24:00Z","https://github.com/nuxt/nuxt/issues/3358",0.6907813,["Reactive",3122],{},["Set"],["ShallowReactive",3125],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fYMxHVz20DZeX4Ci2osZ5L8nZDdAu-qmdEI9Qg-W6r9E":-1},"/nuxt/nuxt/1472"]