\r\n```\r\n\r\nNuxi info:\r\n```\r\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v21.6.1\r\n- Nuxt Version: 3.13.0\r\n- CLI Version: 3.13.1\r\n- Nitro Version: 2.9.7\r\n- Package Manager: bun@1.1.26\r\n- Builder: -\r\n- User Config: extends, modules, future, experimental, runtimeConfig, scripts, i18n, routeRules, ignore, site, app, ogImage, sitemap, plausible\r\n- Runtime Modules: @nuxt/scripts@^0.6.4, @nuxtjs/seo@2.0.0-rc.19, @nuxtjs/tailwindcss@^6.12.0, @vee-validate/nuxt@^4.13.2, nuxt-og-image, @nuxtjs/plausible@^1.0.2\r\n- Build Modules: -\r\n------------------------------\r\n```",[],251,"icon","On dev: 404 for icons that were not visible on initial page load","2024-09-05T14:04:26Z","https://github.com/nuxt/icon/issues/251",0.6573562,{"labels":3044,"number":3052,"owner":3028,"repository":3028,"state":3029,"title":3053,"updated_at":3054,"url":3055,"score":3056},[3045,3048,3049],{"name":3046,"color":3047},"stale","ffffff",{"name":3019,"color":3020},{"name":3050,"color":3051},"2.x","d4c5f9",7674,"context.$config not available in client-side plugin","2023-01-22T15:36:02Z","https://github.com/nuxt/nuxt/issues/7674",0.6706151,{"description":3058,"labels":3059,"number":3060,"owner":3028,"repository":3038,"state":3029,"title":3061,"updated_at":3062,"url":3063,"score":3064},"Reproduction: https://stackblitz.com/edit/nuxt-starter-cmr8kq?file=pnpm-lock.yaml\r\n\r\nMost likely a Nuxt Islands limitation but issue here for tracking ",[],52,"Nuxt Islands can't render \u003CIcon>","2023-05-01T06:43:12Z","https://github.com/nuxt/icon/issues/52",0.67249954,{"description":3066,"labels":3067,"number":3072,"owner":3028,"repository":3028,"state":3029,"title":3073,"updated_at":3074,"url":3075,"score":3076},"\r\nI'm stuck on genrating the build. Any help?\r\n\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/c2236\">#c2236\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3068,3071],{"name":3069,"color":3070},"available soon","6de8b0",{"name":3050,"color":3051},2570,"Nuxt 1.0.0 - Failed to run npm run generate","2023-01-18T16:02:22Z","https://github.com/nuxt/nuxt/issues/2570",0.6737775,{"description":3078,"labels":3079,"number":1986,"owner":3028,"repository":3038,"state":3029,"title":3080,"updated_at":3081,"url":3082,"score":3083},"\r\nIcons are not being rendered in the SSR part\r\n\r\n\r\n\r\nSource Code\r\n\r\n\r\nIn the Vue part (client) it works correctly\r\n\r\nnpx nuxi info\r\n`- Operating System: `Linux`\r\n- Node Version: `v18.12.1`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `npm@8.19.2`\r\n- Builder: `vite`\r\n- User Config: `srcDir`, `modules`, `tailwindcss`, `vite`, `schemaOrg`, `telemetry`, `algolia`, `head`, `auth`, `viewport`, `css`, `build`, `runtimeConfig`\r\n- Runtime Modules: `genesis-design-system/nuxt`, `@nuxtjs/algolia@1.3.1`, `@nuxtjs/tailwindcss@6.1.3`, `formidable@2.1.1`, `@nuxtjs-alt/auth@2.1.6`, `@nuxtjs-alt/http@1.5.4`, `nuxt-viewport@2.0.3`, `@nuxtjs/partytown@1.3.0`, `@vueuse/nuxt@9.6.0`, `@nuxtjs/i18n-edge@8.0.0-beta.4-27812700.b832f07`, `nuxt-schema-org@1.1.0-beta.6`, `nuxt-icon@0.1.8`, `@pinia/nuxt@0.4.6`, `@nuxtjs/i18n@8.0.0-beta.6`\r\n- Build Modules: `-`\r\n`",[],"Icons not render in SSR side (Node)","2022-12-22T11:02:18Z","https://github.com/nuxt/icon/issues/35",0.6740412,{"description":3085,"labels":3086,"number":1986,"owner":3028,"repository":3087,"state":3029,"title":3088,"updated_at":3089,"url":3090,"score":3083},"",[],"nuxt.com","Register page with `email` / `password` + github connect","2023-02-15T12:31:38Z","https://github.com/nuxt/nuxt.com/issues/35",{"description":3092,"labels":3093,"number":3099,"owner":3028,"repository":3028,"state":3029,"title":3100,"updated_at":3101,"url":3102,"score":3103},"### Environment\n\nNuxt project info: 16:34:14\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.17.1\r\n- Nuxt Version: 3.8.0\r\n- CLI Version: 3.9.1\r\n- Nitro Version: 2.7.0\r\n- Package Manager: npm@10.1.0\r\n- Builder: -\r\n- User Config: devtools, ssr\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\n\n### Reproduction\n\nexport default defineNuxtConfig({\r\n devtools: { enabled: true },\r\n ssr: false\r\n})\r\n\r\nand then \r\nnuxi generate\n\n### Describe the bug\n\nThe official documentation say: \"The nuxi generate command will then output an .output/public/index.html entrypoint and JavaScript bundles like a classic client-side Vue.js application.\"\r\n\r\nBut there is not an index.html file in the \"output/public\" folder.\r\n\r\nI don't know if there is a bug or maybe the documentation need to be updated.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3094,3097,3098],{"name":3095,"color":3096},"3.x","29bc7f",{"name":3019,"color":3020},{"name":3022,"color":3023},23864,"Client-side only rendering not creating index.html","2023-10-23T13:39:09Z","https://github.com/nuxt/nuxt/issues/23864",0.67514396,{"labels":3105,"number":3108,"owner":3028,"repository":3028,"state":3029,"title":3109,"updated_at":3110,"url":3111,"score":3112},[3106,3107],{"name":3095,"color":3096},{"name":3019,"color":3020},13403,"[SSR] Error transforming missing css","2023-01-19T16:55:00Z","https://github.com/nuxt/nuxt/issues/13403",0.6754315,{"description":3114,"labels":3115,"number":3117,"owner":3028,"repository":3028,"state":3029,"title":3118,"updated_at":3119,"url":3120,"score":3121},"\u003Cimg width=\"1150\" alt=\"image\" src=\"https://user-images.githubusercontent.com/25426552/30869262-5c4406fc-a2e9-11e7-81cd-6a1f4ab5c011.png\">\r\n\r\n\u003Cimg width=\"1194\" alt=\"image\" src=\"https://user-images.githubusercontent.com/25426552/30869520-088c2f70-a2ea-11e7-8c42-9140aab1ee06.png\">\r\n\r\n\r\nThe problem is here, that component is shown for a second in the dom but then it disappears(\r\nAnd the most interesting that the problem exists only on production at \"npm run start\"\r\nOn dev server/run start/dev everything is working! Component does not disappears!\r\n\r\n\u003Cimg width=\"579\" alt=\"image\" src=\"https://user-images.githubusercontent.com/25426552/30869746-a3e1db82-a2ea-11e7-884d-b1c2ba65c972.png\">\r\n\r\nGuys, any advice/idea. Thanks in advance.\r\nSource code: https://github.com/dacom-core/mapala-ui/tree/dev\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/c1558\">#c1558\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3116],{"name":3050,"color":3051},1736,"Critical nuxt.js error! Take a look!","2023-01-18T15:54:44Z","https://github.com/nuxt/nuxt/issues/1736",0.67779547,["Reactive",3123],{},["Set"],["ShallowReactive",3126],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJGrA4XnOj5XGU2suaw9Fr_npbfPbxs-_Y3jewy6tNbU":-1},"/nuxt/icon/220"]