\r\n\u003C/template>\r\n\r\n\u003Cscript>\r\nimport { components } from \"~/slices\";\r\n\r\nexport default {\r\n name: \"IndexPage\",\r\n async asyncData({ app, $axios, $config: { urlFront }, $prismic, params, error, i18n }) {\r\n let localeForPrismic = \"fr-fr\";\r\n if (i18n.locale === \"en\") {\r\n localeForPrismic = \"en-us\";\r\n }\r\n const prismicDocument = await $prismic.api.getSingle(\"homecustomtype\", {\r\n lang: localeForPrismic,\r\n });\r\n\r\n // Récupération du SEO\r\n const seo = app.$prismicExtractSeoFromSlices(prismicDocument.data.slices1);\r\n\r\n return { prismicDocument, seo };\r\n },\r\n data: () => {\r\n return { components };\r\n },\r\n head() {\r\n return {\r\n title: this.seo.title,\r\n };\r\n },\r\n};\r\n\u003C/script>\r\n```\r\n\r\nOn my other sites, I use exactly the same operation for my pages whose content comes from Prismic for info.\r\n\r\nI can't figure out why the content is not rendered server-side...\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3206,3207,3210],{"name":3196,"color":3197},{"name":3208,"color":3209},"2.x","d4c5f9",{"name":3211,"color":3212},"needs reproduction","FBCA04",19130,"ssr mode not working on Nuxt2","2023-02-17T21:46:21Z","https://github.com/nuxt/nuxt/issues/19130",0.683368,{"description":3219,"labels":3220,"number":3229,"owner":3144,"repository":3144,"state":3173,"title":3230,"updated_at":3231,"url":3232,"score":3233},"### Environment\r\n\r\nLOCAL:\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.16.1`\r\n- Nuxt Version: `3.6.2`\r\n- Nitro Version: `2.5.2`\r\n- Package Manager: `pnpm@8.3.1`\r\n- Builder: `vite`\r\n- User Config: `build`, `css`, `devtools`, `modules`, `ssr`\r\n- Runtime Modules: `@nuxt/devtools@0.6.7`\r\n- Build Modules: `-`\r\n\r\nSTACKBLITZ:\r\n- Operating System: `Linux`\r\n- Node Version: `v16.20.0`\r\n- Nuxt Version: `3.6.2`\r\n- Nitro Version: `2.5.2`\r\n- Package Manager: `npm@9.4.2`\r\n- Builder: `vite`\r\n- User Config: `ssr`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt3-generate-test?file=README.md\r\n\r\n### Describe the bug\r\n\r\nSince `3.6.0`, static pages are not rendered with `nuxt generate` any more.\r\n\r\n### NOT WORKING IN 3.6.2\r\n\r\nOutput of `npm i nuxt@3.6.2 && nuxt generate`:\r\n\r\n```\r\nℹ Prerendering 3 initial routes with crawler\r\n ├─ /200.html (456ms)\r\n ├─ /404.html (456ms)\r\n ├─ / (457ms)\r\n```\r\n\r\n### WAS WORKING IN 3.5.3\r\n\r\nOutput of `npm i nuxt@3.5.3 && nuxt generate`:\r\n\r\n```\r\nℹ Prerendering 5 initial routes with crawler\r\n ├─ / (105ms)\r\n ├─ /test1 (5ms)\r\n ├─ /test2 (12ms)\r\n ├─ /200.html (8ms)\r\n ├─ /404.html (10ms)\r\n ├─ /_payload.json (2ms)\r\n ├─ /test1/_payload.json (8ms)\r\n ├─ /test2/_payload.json (9ms)\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3221,3224,3225,3226],{"name":3222,"color":3223},"good first issue","fbca04",{"name":3193,"color":3194},{"name":3138,"color":3139},{"name":3227,"color":3228},"❗ p4-important","D93F0B",22072,"nuxt generate does not render pages since 3.6.0","2023-07-12T07:26:54Z","https://github.com/nuxt/nuxt/issues/22072",0.68361115,{"description":3235,"labels":3236,"number":3241,"owner":3144,"repository":3144,"state":3173,"title":3242,"updated_at":3243,"url":3244,"score":3245},"### Environment\r\n\r\n- Operating System: Linux\r\n- Node Version: v20.8.1\r\n- Nuxt Version: 3.10.1\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: pnpm@8.15.1\r\n- Builder: -\r\n- User Config: devtools, ssr, modules, ui, css, googleFonts, typescript, vite, nitro\r\n- Runtime Modules: @nuxt/ui@2.13.0, @vueuse/nuxt@10.7.2, @pinia/nuxt@0.5.1, @nuxtjs/google-fonts@3.1.3\r\n- Build Modules: -\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-cbcqkp?file=nuxt.config.ts,app.vue,pages%2Findex.vue,error.vue\r\n\r\nClick on 'Go to other page' and refresh the page.\r\n\r\nExpected: Error page\r\nActual: blank page\r\n\r\nIf you comment `ssr: false` and try again you will see the error page.\r\n\r\n### Describe the bug\r\n\r\nNeither the default nor the custom error pages are displayed if an async setup throws an error while rendering the app with `ssr: false`. Instead, there is a blank page.\r\n\r\n\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3237,3238,3239],{"name":3193,"color":3194},{"name":3138,"color":3139},{"name":3240,"color":3212},"🔨 p3-minor",25691,"Error page not displayed when ssr is disabled and with nested async page components","2024-09-17T14:57:24Z","https://github.com/nuxt/nuxt/issues/25691",0.6859738,{"description":3247,"labels":3248,"number":3257,"owner":3144,"repository":3145,"state":3173,"title":3258,"updated_at":3259,"url":3260,"score":3261},"### Environment\n\n- Operating System: Darwin\n- Node Version: v23.3.0\n- Nuxt Version: 3.16.1\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.7\n- Package Manager: pnpm@9.9.0\n- Builder: -\n- User Config: compatibilityDate, css, devtools, modules, colorMode, runtimeConfig, ui, app\n- Runtime Modules: @nuxt/ui@3.0.1, @nuxtjs/device@3.2.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.1\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/modest-euclid-j92wtc\n\n### Description\n\nThe v-model does not open the tab of the navigation bar if this is not a \"parent of children\" type of tab. It's confusing because there is no more \"isActive\" items status since the v3.\n\n### Additional context\n\n(it's my first time creating an issue, maybe I've done some things wrong during creation)\n\n### Logs\n\n```shell-script\n\n```",[3249,3250,3251,3252,3255],{"name":3138,"color":3139},{"name":3156,"color":3157},{"name":3141,"color":3142},{"name":3253,"color":3254},"closed-by-bot","ededed",{"name":3256,"color":3254},"stale",3650,"The NavigationMenu's v-model does not update correctly","2025-06-18T09:01:24Z","https://github.com/nuxt/ui/issues/3650",0.6862625,{"description":3263,"labels":3264,"number":3271,"owner":3144,"repository":3144,"state":3173,"title":3272,"updated_at":3273,"url":3274,"score":3275},"### Environment\n\nnode : 18 \r\nnuxt : v3.7.4\r\n\n\n### Reproduction\n\nmain\n\n### Describe the bug\n\ncreate path\r\n\r\n- pages/parent/chid.vue\r\n- pages/parent.vue\r\n\r\n\r\nconsole.log(useRouter().getRoutes())\r\n\r\nitem.children = []\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3265,3266,3267,3270],{"name":3193,"color":3194},{"name":3196,"color":3197},{"name":3268,"color":3269},"upstream","E8A36D",{"name":3211,"color":3212},23595,"useRouter not map children","2023-11-15T19:18:03Z","https://github.com/nuxt/nuxt/issues/23595",0.6882292,["Reactive",3277],{},["Set"],["ShallowReactive",3280],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$flxk_HiFfgEdrZPCeXVbWr1piymLzf5nCmI15szs_jCU":-1},"/nuxt/ui/4784"]