\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",[3088,3089,3090],{"name":3073,"color":3074},{"name":3076,"color":3077},{"name":3091,"color":3092},"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":3099,"labels":3100,"number":3104,"owner":3079,"repository":3079,"state":3080,"title":3105,"updated_at":3106,"url":3107,"score":3108},"### 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_",[3101,3102,3103],{"name":3073,"color":3074},{"name":3076,"color":3077},{"name":3091,"color":3092},22254,"/user/ redirect to /user ","2023-09-29T04:42:54Z","https://github.com/nuxt/nuxt/issues/22254",0.6689941,{"labels":3110,"number":3113,"owner":3079,"repository":3079,"state":3080,"title":3114,"updated_at":3115,"url":3116,"score":3117},[3111,3112],{"name":3073,"color":3074},{"name":3076,"color":3077},13148,"dev mode is not working","2023-01-19T17:02:42Z","https://github.com/nuxt/nuxt/issues/13148",0.67036873,{"description":3119,"labels":3120,"number":3130,"owner":3079,"repository":3131,"state":3080,"title":3132,"updated_at":3133,"url":3134,"score":3135},"### Environment\n\nNuxt project info: (copied to clipboard) nuxi 8:34:52 pm\n\nOperating System: Linux\nNode Version: v22.17.1\nNuxt Version: 4.0.0\nCLI Version: 3.26.2\nNitro Version: 2.12.0\nPackage Manager: bun@1.2.15\nBuilder: -\nUser Config: modules, runtimeConfig, devtools, ui, css, colorMode, compatibilityDate, eslint\nRuntime Modules: @nuxt/ui@3.2.0, @nuxt/ui-pro@3.2.0, @pinia/nuxt@0.5.5, @nuxt/eslint@1.6.0\nBuild Modules: -\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\n👉 Read documentation: https://nuxt.com/\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.2\n\n### Reproduction\n\nSee Nuxt UI official docs page -\nhttps://ui.nuxt.com/components/dashboard-sidebar\n\n### Description\n\nUI is not rendering correctly on the web page or on my local machine.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3121,3124,3127],{"name":3122,"color":3123},"bug","d73a4a",{"name":3125,"color":3126},"documentation","0075ca",{"name":3128,"color":3129},"v3","49DCB8",4610,"ui","UI not rendering for certain Dashboard components","2025-07-29T21:07:34Z","https://github.com/nuxt/ui/issues/4610",0.6707383,{"labels":3137,"number":3140,"owner":3079,"repository":3079,"state":3080,"title":3141,"updated_at":3142,"url":3143,"score":3144},[3138,3139],{"name":3073,"color":3074},{"name":3122,"color":3123},11998,"Hydration text mismatch","2023-01-19T16:03:31Z","https://github.com/nuxt/nuxt/issues/11998",0.6709278,{"description":3146,"labels":3147,"number":3151,"owner":3079,"repository":3079,"state":3080,"title":3152,"updated_at":3153,"url":3154,"score":3155},"### 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_",[3148,3149,3150],{"name":3073,"color":3074},{"name":3076,"color":3077},{"name":3091,"color":3092},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":3157,"number":3158,"owner":3079,"repository":3079,"state":3080,"title":3159,"updated_at":3160,"url":3161,"score":3162},[],13092,"`\u003Ckeep-alive>` support","2023-01-19T16:47:39Z","https://github.com/nuxt/nuxt/issues/13092",0.67799103,{"description":3164,"labels":3165,"number":3167,"owner":3079,"repository":3079,"state":3080,"title":3168,"updated_at":3169,"url":3170,"score":3171},"### Environment\n\n- Operating System: Linux\n- Node Version: v24.3.0\n- Nuxt Version: 4.0.2\n- CLI Version: 3.27.0\n- Nitro Version: 2.12.4\n- Package Manager: bun@1.2.18\n- Builder: -\n- User Config: compatibilityDate, devtools, modules\n- Runtime Modules: @nuxt/eslint@1.7.1, @nuxt/fonts@0.11.4, @nuxt/icon@1.15.0\n- Build Modules: -\n\n### Reproduction\n\nhttps://stackblitz.com/github/R0N1n-dev/muxt\nUnfortunately, this seems to work, so i will just dont know what to do\n\n\n### Describe the bug\n\nOn adding pages and a default layout to the app in the app folder as stated in nuxt 4 docs, on attempting to start the dev server am greeted by an error (however it shows home page), but on trying to go to about page, i get another error and server closes down.\n\n\nWas not able to replicate on starter in stackblitz and my reproduction links work well so am just confused and angry at this point\n\nConsole output in vs code\n```bash\nmozeik@pop-os:~/muxt$ bun run dev\n$ nuxt dev\nNuxt 4.0.2 with Nitro 2.12.4 nuxi 12:03:05 PM\n 12:03:07 PM\n ➜ Local: http://localhost:3000/\n ➜ Network: use --host to expose\n\n ➜ DevTools: press Shift + Alt + D in the browser (v2.6.2) 12:03:14 PM\n\nℹ Nuxt Icon server bundle mode is set to local 12:03:17 PM\n✔ Nuxt Icon discovered local-installed 1 collections: bx 12:03:18 PM\n✔ Vite client built in 54ms 12:03:26 PM\n✔ Vite server built in 200ms 12:03:26 PM\n✔ Nuxt Nitro server built in 1343ms nitro 12:03:28 PM\nℹ Vite client warmed up in 3ms 12:03:28 PM\nℹ Vite server warmed up in 22ms 12:03:28 PM\n\n[12:03:33 PM] ERROR [unhandledRejection] { [Error: Malformed_HTTP_Response fetching \"http://localhost/_nuxt/?token=Ug7gW_rJWoZq\". For more information, pass verbose: true in the second argument to fetch()]\n code: 'Malformed_HTTP_Response',\n path: 'http://localhost/_nuxt/?token=Ug7gW_rJWoZq',\n errno: 0 }\n\n ➜ DevTools: press Shift + Alt + D in the browser (v2.6.2) 12:04:03 PM\n\n\n WARN Slow module @nuxt/devtools took 9857.43ms to setup. 12:04:04 PM\n\nℹ Nuxt Icon server bundle mode is set to local 12:04:07 PM\n✔ Nuxt Icon discovered local-installed 1 collections: bx 12:04:08 PM\n✔ Vite client built in 41ms 12:04:19 PM\n✔ Vite server built in 53ms 12:04:19 PM\n✔ Nuxt Nitro server built in 1237ms nitro 12:04:20 PM\nℹ Vite client warmed up in 4ms 12:04:20 PM\nℹ Vite server warmed up in 13ms 12:04:20 PM\n\n ERROR [uncaughtException] connect ENOENT nuxt-vite-node-51314-1753866206037.sock 12:10:04 PM\n\n at new ExceptionWithHostPort (internal:shared:42:10)\n at afterConnect (node:net:1167:39)\n at connectError (node:net:364:48)\n at doConnect (unknown)\n at kConnectPipe (node:net:380:19)\n at internalConnect (node:net:1079:93)\n at connect (node:net:644:58)\n at attemptConnection (node_modules/@nuxt/vite-builder/dist/runtime/vite-node-shared.mjs:55:26)\n at \u003Canonymous> (node_modules/@nuxt/vite-builder/dist/runtime/vite-node-shared.mjs:212:5)\n at new Promise (native:1:11)\n\n```\n\n\n### Additional context\n\nWhen i create the nuxt project, it works well. \nBut on adding pages and a layout, it goes wrong. \n\n\n\u003Cimg width=\"1370\" height=\"738\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/05a41b14-c688-47cf-9d4f-dabf9e6ff6c3\" />\nFull log out put from browser console below\n\n### Logs\n\n```shell-script\nThe console log from the browser from starting the dev server\n\nclient:745 WebSocket connection to 'ws://localhost:3000/_nuxt/?token=hbttnGO2POq9' failed: \ncreateConnection @ client:745\nconnect @ client:412\nconnect @ client:751\nconnect @ client:290\nconnect @ client:374\n(anonymous) @ client:823\nclient:755 WebSocket connection to 'ws://localhost:5173/_nuxt/?token=hbttnGO2POq9' failed: \ncreateConnection @ client:755\nconnect @ client:412\nconnect @ client:759\nclient:765 [vite] failed to connect to websocket.\nyour current setup:\n (browser) localhost:3000/_nuxt/ \u003C--[HTTP]--> localhost:5173/_nuxt/ (server)\n (browser) localhost:3000/_nuxt/ \u003C--[WebSocket (failing)]--> localhost:5173/_nuxt/ (server)\nCheck out your Vite / network configuration and https://vite.dev/config/server-options.html#server-hmr .\nconnect @ client:765\nawait in connect\nconnect @ client:290\nconnect @ client:374\n(anonymous) @ client:823\nentry.js:1 \n \n \n GET http://localhost:3000/_nuxt/@fs/home/mozeik/muxt/node_modules/vue/dist/vue.runtime.esm-bundler.js?v=1c201e43 net::ERR_ABORTED 504 (Outdated Request)\nlocalhost/:1 Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/@fs/home/mozeik/muxt/node_modules/nuxt/dist/app/entry.js?v=1c201e43\nentry.js:2 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Ffetch.mjs net::ERR_ABORTED 504 (Outdated Request)\nentry.js:3 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Fglobal-polyfills.mjs net::ERR_ABORTED 504 (Outdated Request)\nentry.js:4 \n \n \n GET http://localhost:3000/_nuxt/@fs/home/mozeik/muxt/node_modules/nuxt/dist/app/nuxt.js?v=1c201e43 net::ERR_ABORTED 504 (Outdated Request)\nentry.js:5 \n \n \n GET http://localhost:3000/_nuxt/@fs/home/mozeik/muxt/node_modules/nuxt/dist/app/composables/error.js?v=1c201e43 net::ERR_ABORTED 504 (Outdated Request)\nentry.js:6 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Fcss.mjs net::ERR_ABORTED 504 (Outdated Request)\nentry.js:7 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Fplugins.client.mjs net::ERR_ABORTED 503 (Service Unavailable)\nentry.js:8 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Froot-component.mjs net::ERR_ABORTED 503 (Service Unavailable)\nentry.js:9 \n \n \n GET http://localhost:3000/_nuxt/@id/virtual:nuxt:%2Fhome%2Fmozeik%2Fmuxt%2F.nuxt%2Fnuxt.config.mjs net::ERR_ABORTED 503 (Service Unavailable)\nfavicon.ico:1 \n \n \n GET http://localhost:3000/favicon.ico 503 (Service Unavailable)\nlocalhost/:1 The resource http://localhost:3000/_nuxt/builds/meta/dev.json was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.\nlocalhost/:1 The resource http://localhost:3000/_nuxt/builds/meta/dev.json was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.\nlocalhost/:1 The resource http://localhost:3000/_nuxt/builds/meta/dev.json was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.\n```",[3166],{"name":3076,"color":3077},32817,"Nuxt dev server issues","2025-07-31T06:58:57Z","https://github.com/nuxt/nuxt/issues/32817",0.67812794,{"description":3173,"labels":3174,"number":3181,"owner":3079,"repository":3079,"state":3080,"title":3182,"updated_at":3183,"url":3184,"score":3185},"### 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_",[3175,3176,3177,3178],{"name":3073,"color":3074},{"name":3076,"color":3077},{"name":3091,"color":3092},{"name":3179,"color":3180},"closed-by-bot","ededed",23025,"[bug] cant fetch data","2023-09-14T01:47:28Z","https://github.com/nuxt/nuxt/issues/23025",0.67835486,["Reactive",3187],{},["Set"],["ShallowReactive",3190],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fEHDaBbJjL36abTs4PU_uIdbizh2eCvWliZmWlgvhvl4":-1},"/nuxt/ui/4390"]