\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,{"description":3165,"labels":3166,"number":3167,"owner":3149,"repository":3159,"state":3150,"title":3168,"updated_at":3169,"url":3170,"score":3171},"Hello,\n\nI'm opening this issue because I have issue with Icons loading in my production environment. I'm building my Nuxt application in a docker image and then I deploy it on a server behind a reverse proxy Traefik.\n\nFirst attempt to go on a page of the app, icons appears, but after going on other pages, icons are missing. If i it F5 to refresh the page, icons appears.\nMy Nuxt app is running in SSR mode.\n\nAt the first attemps I see this in the log on the server : \n```\nclient | ⚙ [Icon] serving lucide:arrow-right,lucide:eye from bundled collection\n```\n\nHere is my `nuxt.config.ts` file : \n```\nexport default defineNuxtConfig({\n modules: ['@nuxt/ui', '@pinia/nuxt'],\n devtools: { enabled: false },\n css: ['~/assets/css/main.css'],\n runtimeConfig: {\n backendUrl: process.env.NUXT_BACKEND_URL,\n public: {\n backendUrl: process.env.NUXT_PUBLIC_BACKEND_URL,\n },\n },\n srcDir: 'app',\n compatibilityDate: '2024-11-01',\n nitro: {\n preset: 'bun',\n esbuild: {\n options: {\n target: 'es2022',\n },\n },\n },\n vite: {\n esbuild: {\n target: 'es2022',\n },\n ssr: {\n noExternal: ['@prisma/client'],\n },\n },\n icon: {\n serverBundle: 'local',\n },\n});\n```\n\nand in the browser console : \nFailed to load resource: the server responded with a status of 404 ()\nhttps://myapplication/api/_nuxt_icon/lucide.json?icons=align-justify%2Cbell%2Cchevron-down%2Clayout-dashboard%2Cpanel-right-close\n\nI am using Nuxt version 4.0.3 and Nuxt ui version 3.3.2\nAnd in my dependencies I have : \n```\n\"dependencies\": {\n \"@nuxt/ui\": \"^3.3.2\",\n \"@pinia/nuxt\": \"^0.11.1\",\n \"nuxt\": \"^4.0.3\",\n \"pinia\": \"^3.0.3\",\n \"quill\": \"^2.0.3\",\n \"vue\": \"^3.5.17\",\n \"vue-router\": \"^4.5.1\",\n \"@iconify-json/lucide\": \"^1.2.62\"\n },\n \"devDependencies\": {\n \"@nuxt/eslint-config\": \"^1.9.0\",\n \"eslint\": \"^9.33.0\",\n \"prettier\": \"^3.6.2\"\n }\n```\n\nHow can I solve the issue ?",[],422,"NuxtUI - Icons doesn't load correctly in Production server","2025-08-21T07:17:40Z","https://github.com/nuxt/icon/issues/422",0.66299903,{"labels":3173,"number":3181,"owner":3149,"repository":3149,"state":3150,"title":3182,"updated_at":3183,"url":3184,"score":3185},[3174,3177,3178],{"name":3175,"color":3176},"stale","ffffff",{"name":3140,"color":3141},{"name":3179,"color":3180},"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":3187,"labels":3188,"number":3189,"owner":3149,"repository":3159,"state":3150,"title":3190,"updated_at":3191,"url":3192,"score":3193},"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":3195,"labels":3196,"number":3201,"owner":3149,"repository":3149,"state":3150,"title":3202,"updated_at":3203,"url":3204,"score":3205},"\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>",[3197,3200],{"name":3198,"color":3199},"available soon","6de8b0",{"name":3179,"color":3180},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":3207,"labels":3208,"number":3209,"owner":3149,"repository":3159,"state":3150,"title":3210,"updated_at":3211,"url":3212,"score":3213},"\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`",[],35,"Icons not render in SSR side (Node)","2022-12-22T11:02:18Z","https://github.com/nuxt/icon/issues/35",0.6740412,{"description":3215,"labels":3216,"number":3209,"owner":3149,"repository":3217,"state":3150,"title":3218,"updated_at":3219,"url":3220,"score":3213},"",[],"nuxt.com","Register page with `email` / `password` + github connect","2023-02-15T12:31:38Z","https://github.com/nuxt/nuxt.com/issues/35",{"description":3222,"labels":3223,"number":3229,"owner":3149,"repository":3149,"state":3150,"title":3230,"updated_at":3231,"url":3232,"score":3233},"### 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_",[3224,3227,3228],{"name":3225,"color":3226},"3.x","29bc7f",{"name":3140,"color":3141},{"name":3143,"color":3144},23864,"Client-side only rendering not creating index.html","2023-10-23T13:39:09Z","https://github.com/nuxt/nuxt/issues/23864",0.67514396,{"labels":3235,"number":3238,"owner":3149,"repository":3149,"state":3150,"title":3239,"updated_at":3240,"url":3241,"score":3242},[3236,3237],{"name":3225,"color":3226},{"name":3140,"color":3141},13403,"[SSR] Error transforming missing css","2023-01-19T16:55:00Z","https://github.com/nuxt/nuxt/issues/13403",0.6754315,["Reactive",3244],{},["Set"],["ShallowReactive",3247],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJGrA4XnOj5XGU2suaw9Fr_npbfPbxs-_Y3jewy6tNbU":-1},"/nuxt/icon/220"]