\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":2893,"number":2901,"owner":2877,"repository":2877,"state":2878,"title":2902,"updated_at":2903,"url":2904,"score":2905},[2894,2897,2898],{"name":2895,"color":2896},"stale","ffffff",{"name":2868,"color":2869},{"name":2899,"color":2900},"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.67061514,{"description":2907,"labels":2908,"number":1059,"owner":2877,"repository":2887,"state":2878,"title":2909,"updated_at":2910,"url":2911,"score":2912},"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 ",[],"Nuxt Islands can't render \u003CIcon>","2023-05-01T06:43:12Z","https://github.com/nuxt/icon/issues/52",0.67249954,{"description":2914,"labels":2915,"number":2920,"owner":2877,"repository":2877,"state":2878,"title":2921,"updated_at":2922,"url":2923,"score":2924},"\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>",[2916,2919],{"name":2917,"color":2918},"available soon","6de8b0",{"name":2899,"color":2900},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":2926,"labels":2927,"number":1600,"owner":2877,"repository":2887,"state":2878,"title":2928,"updated_at":2929,"url":2930,"score":2931},"\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":2933,"labels":2934,"number":1600,"owner":2877,"repository":2935,"state":2878,"title":2936,"updated_at":2937,"url":2938,"score":2931},"",[],"nuxt.com","Register page with `email` / `password` + github connect","2023-02-15T12:31:38Z","https://github.com/nuxt/nuxt.com/issues/35",{"description":2940,"labels":2941,"number":2947,"owner":2877,"repository":2877,"state":2878,"title":2948,"updated_at":2949,"url":2950,"score":2951},"### 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_",[2942,2945,2946],{"name":2943,"color":2944},"3.x","29bc7f",{"name":2868,"color":2869},{"name":2871,"color":2872},23864,"Client-side only rendering not creating index.html","2023-10-23T13:39:09Z","https://github.com/nuxt/nuxt/issues/23864",0.675144,{"labels":2953,"number":2956,"owner":2877,"repository":2877,"state":2878,"title":2957,"updated_at":2958,"url":2959,"score":2960},[2954,2955],{"name":2943,"color":2944},{"name":2868,"color":2869},13403,"[SSR] Error transforming missing css","2023-01-19T16:55:00Z","https://github.com/nuxt/nuxt/issues/13403",0.6754315,{"description":2962,"labels":2963,"number":2965,"owner":2877,"repository":2877,"state":2878,"title":2966,"updated_at":2967,"url":2968,"score":2969},"\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>",[2964],{"name":2899,"color":2900},1736,"Critical nuxt.js error! Take a look!","2023-01-18T15:54:44Z","https://github.com/nuxt/nuxt/issues/1736",0.67779547,["Reactive",2971],{},["Set"],["ShallowReactive",2974],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJGrA4XnOj5XGU2suaw9Fr_npbfPbxs-_Y3jewy6tNbU":-1},"/nuxt/icon/220"]