\r\n \u003Ctemplate v-else-if=\"entry\">\r\n \u003Chero-builder :entry=\"entry\"/>\r\n \u003Cbuilder-landing-page :entry=\"entry\"/>\r\n \u003C/template>\r\n \u003C/div>\r\n\u003C/template>\r\n\r\n\r\n\u003Cscript setup>\r\n import {entryMeta} from '~/helpers';\r\n import groqQuery from '~/queries/groq/home-page';\r\n const config = useRuntimeConfig();\r\n const route = useRoute();\r\n const query = groqQuery();\r\n\r\n const { pending, data:entry, error } = useSanityQuery(query);\r\n console.log({pending: pending.value, error:error.value, entry:entry.value});\r\n if (error && error.value) {\r\n throw createError({statusCode:500})\r\n } else if (entry) {\r\n const meta = entryMeta(entry.value);\r\n useHead({\r\n title:entry.value?.meta?.title,\r\n meta: meta,\r\n link: [\r\n {rel:'canonical',href:'/'}\r\n ]\r\n })\r\n } else {\r\n console.error('Unknown error occured')\r\n }\r\n\u003C/script>\r\n \r\n```\r\n\r\nand here is my nuxt.config:\r\n\r\n```\r\n\r\nexport default defineNuxtConfig({\r\n\tmodules: [\"@nuxtjs/sanity\",'nuxt-jsonld','@pinia/nuxt','@nuxt/image-edge'],\r\n\tsanity: {\r\n\t\tprojectId: \"say5yn59\",\r\n\t\tapiVersion: '2022-10-14',\r\n\t\tuseCdn:false,\r\n\t\tdataset:process.env.SANITY_DATASET\r\n\t},\r\n\tprivateRuntimeConfig: {\r\n\t\tsanity: {\r\n\t\t\ttoken: process.env.SANITY_TOKEN,\r\n\t\t},\r\n\t},\r\n\tpublicRuntimeConfig:{\r\n\t\tsiteName:'Cool Planet',\r\n\t\tbaseUrl:process.env.BASE_URL\r\n\t},\r\n\ttarget: 'static',\r\n\timage: {\r\n \t\t// Options\r\n \t\tsanity: {\r\n\t\t\tprojectId: 'say5yn59',\r\n\t\t\tdataset: 'production'\r\n\t\t},\r\n \t\tscreens:{\r\n \t\t\txxs:320,\r\n\t\t\txs: 359,\r\n\t\t\tsm: 640,\r\n\t\t\tmd:768,\r\n\t\t\tlg: 1024,\r\n\t\t\txl: 1280,\r\n\t\t\txxl:1536,\r\n\t\t\txxxl:1920,\r\n\t\t\tquadHd:2400,\r\n\t\t\t'4k':3700,\r\n \t\t}\r\n\t},\r\n\tcss:[\r\n\t\t\"@/assets/scss/main.scss\"\r\n\t],\r\n\tvite: {\r\n css: {\r\n preprocessorOptions: {\r\n scss: {\r\n additionalData: '@use \"@/assets/scss/tools.scss\" as *;'\r\n },\r\n },\r\n },\r\n },\r\n alias: {\r\n \"@app\": \"/@app\"\r\n }\r\n})\r\n\r\n```\r\n\r\n### Logs\r\n\r\n```shell\r\nNo logs are available.\r\n```\r\n",[2936,2937,2938],{"name":2922,"color":2923},{"name":2925,"color":2926},{"name":2939,"color":2940},"needs reproduction","FBCA04",15441,"Nuxt 3 fails to run fetch or render any components on client side – only works on full page refresh on server","2023-01-19T17:50:23Z","https://github.com/nuxt/nuxt/issues/15441",0.6663477,{"description":2947,"labels":2948,"number":2952,"owner":2912,"repository":2912,"state":2928,"title":2953,"updated_at":2954,"url":2955,"score":2956},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.15.0\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.5.2\r\n- Package Manager: npm@9.5.0\r\n- Builder: vite\r\n- User Config: runtimeConfig, modules, image, sitemap, jsoneditor, colorMode, css, routeRules\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.8.0, @pinia/nuxt@0.4.11, @pinia-plugin-persistedstate/nuxt@1.1.1, @nuxtjs/color-mode@3.3.0, nuxt-jsoneditor@1.7.0, nuxt-simple-sitemap@0.5.10, @nuxt/image-edge@1.0.0-rc.1-28164352.ad7c010\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nNot now\n\n### Describe the bug\n\nAfter updating to nuxt 3 3.6.5 from 3.5.* trailingSlash removed. Is there any way to enable this feature because for SEO this is bad\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2949,2950,2951],{"name":2922,"color":2923},{"name":2925,"color":2926},{"name":2939,"color":2940},22254,"/user/ redirect to /user ","2023-09-29T04:42:54Z","https://github.com/nuxt/nuxt/issues/22254",0.6689941,{"labels":2958,"number":2961,"owner":2912,"repository":2912,"state":2928,"title":2962,"updated_at":2963,"url":2964,"score":2965},[2959,2960],{"name":2922,"color":2923},{"name":2925,"color":2926},13148,"dev mode is not working","2023-01-19T17:02:42Z","https://github.com/nuxt/nuxt/issues/13148",0.67036873,{"labels":2967,"number":2970,"owner":2912,"repository":2912,"state":2928,"title":2971,"updated_at":2972,"url":2973,"score":2974},[2968,2969],{"name":2922,"color":2923},{"name":2903,"color":2904},11998,"Hydration text mismatch","2023-01-19T16:03:31Z","https://github.com/nuxt/nuxt/issues/11998",0.6709278,{"description":2976,"labels":2977,"number":2981,"owner":2912,"repository":2912,"state":2928,"title":2982,"updated_at":2983,"url":2984,"score":2985},"### Environment\n\n\r\n------------------------------\r\n- Operating System: `Windows_NT`\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: `npm@8.2.0`\r\n- Builder: `vite`\r\n- User Config: `ssr`, `css`, `app`, `plugins`, `nitro`, `vite`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new 16:12:51 \r\n\r\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\r\n\r\n👉 Read documentation: https://nuxt.com\n\n### Reproduction\n\n\r\n\n\n### Describe the bug\n\nYou can see the picture\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2978,2979,2980],{"name":2922,"color":2923},{"name":2925,"color":2926},{"name":2939,"color":2940},20071,"How to Fix this problem when I run it after nuxt build","2023-04-06T08:22:16Z","https://github.com/nuxt/nuxt/issues/20071",0.67153865,{"labels":2987,"number":2988,"owner":2912,"repository":2912,"state":2928,"title":2989,"updated_at":2990,"url":2991,"score":2992},[],13092,"`\u003Ckeep-alive>` support","2023-01-19T16:47:39Z","https://github.com/nuxt/nuxt/issues/13092",0.67799103,{"description":2994,"labels":2995,"number":3002,"owner":2912,"repository":2912,"state":2928,"title":3003,"updated_at":3004,"url":3005,"score":3006},"### Environment\r\n\r\n\r\n\r\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v18.17.1\r\n- Nuxt Version: 3.7.0\r\n- CLI Version: 3.7.2\r\n- Nitro Version: 2.6.2\r\n- Package Manager: yarn@1.22.19\r\n- Builder: -\r\n- User Config: vue, site, imports, image, runtimeConfig, app, css, typescript, modules, vueuse, colorMode, vite, elementPlus, plugins\r\n- Runtime Modules: @vueuse/nuxt@10.4.1, @pinia/nuxt@0.4.11, @element-plus/nuxt@1.0.5, @nuxtjs/color-mode@3.3.0, @nuxtjs/color-mode@3.3.0, @unocss/nuxt@0.55.1, @nuxt/image@1.0.0-rc.1, nuxt-lodash@2.5.0, nuxt-simple-sitemap@3.2.6, nuxt-swiper@1.2.2\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nno need\r\n\r\n### Describe the bug\r\n\r\nAfter running 'run build' and executing it with Node.js, an error occurred.\r\nWhen I use 'dev', it can successfully fetch data.\r\n[nuxt] [request error] [unhandled] [500] Cannot read properties of null (reading 'allow_product')\r\nallow_product in Front\r\n```js\r\nconst Front = setFront() \r\nif (!Front) {\r\n const result = await getSetting()\r\n Front.value = result.data\r\n}\r\n```\r\nI tried using state management to reduce duplicate requests and save expenses.\r\nI'm not sure if there's a better way to do it.\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_",[2996,2997,2998,2999],{"name":2922,"color":2923},{"name":2925,"color":2926},{"name":2939,"color":2940},{"name":3000,"color":3001},"closed-by-bot","ededed",23025,"[bug] cant fetch data","2023-09-14T01:47:28Z","https://github.com/nuxt/nuxt/issues/23025",0.67835486,{"description":3008,"labels":3009,"number":3012,"owner":2912,"repository":2912,"state":2928,"title":3013,"updated_at":3014,"url":3015,"score":3016},"### Environment\n\n- Operating System: `Darwin`\r\n- Node Version: `v18.13.0`\r\n- Nuxt Version: `3.7.3`\r\n- CLI Version: `3.8.4`\r\n- Nitro Version: `2.6.3`\r\n- Package Manager: `yarn@1.22.19`\r\n- Builder: `-`\r\n- User Config: `css`, `components`, `app`, `srcDir`, `build`, `devServer`, `modules`, `i18n`, `nitro`, `site`, `runtimeConfig`, `devtools`\r\n- Runtime Modules: `@nuxtjs/i18n@8.0.0-rc.4`, `nuxt-mapbox@1.4.4`, `@pinia/nuxt@0.4.11`, `@pinia-plugin-persistedstate/nuxt@1.1.1`, `@nuxt/content@2.8.2`, `@nuxtjs/robots@3.0.0`, `@nuxt/image@1.0.0-rc.2`, `nuxt-simple-robots@3.1.2`, `nuxt-simple-sitemap@3.3.3`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\nReproduction 1:\r\nhttps://stackblitz.com/edit/github-5hgjm9?file=pages%2Findex.vue\r\n\r\nReproduction 2:\r\nhttps://stackblitz.com/edit/github-mmggus?file=pages%2Findex.vue\n\n### Describe the bug\n\nI try to render a dynamic page which is nested inside the chats route. Chats is also a page, so I added NuxtPage to it so that it should render the child as well. But, rendering the child does not work, it does log the chatid (and changing meta data like the title etc. all works), but rendering the page does not. Using \u003Ca> instead of NuxtLink does get rid of the warning that the route does not exist, but it still does not render the page correctly. \r\n\r\nIf there is anymore additional info needed, please let me now. \n\n### Additional context\n\nBug also appears when using in conjunction with the Nuxt Content module, the page does not render correctly all the time. Navigating to blog/the-content-file does not work when there is also a blog.vue file. \n\n### Logs\n\n```shell-script\n[Vue Router warn]: No match found for location with path \"/_nuxt/pages/profile/chats/index.vue?t=6349809384571\"\n```\n",[3010,3011],{"name":2922,"color":2923},{"name":2925,"color":2926},23244,"Nested dynamic pages not rendering","2023-09-16T15:24:26Z","https://github.com/nuxt/nuxt/issues/23244",0.6796766,["Reactive",3018],{},["Set"],["ShallowReactive",3021],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fEHDaBbJjL36abTs4PU_uIdbizh2eCvWliZmWlgvhvl4":-1},"/nuxt/ui/4390"]