\n\nafter: you can see the icon is not here\n\u003Cimg width=\"480\" height=\"364\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/2876878c-4bcf-42b9-b202-720f89756e71\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nI tried all nuxt icon server bundle mode. same result each time\n\nNuxt Icon server bundle mode is set to local\n```",[3214,3217,3220],{"name":3215,"color":3216},"bug","d73a4a",{"name":3218,"color":3219},"triage","ffffff",{"name":3221,"color":3222},"v4","49DCB8",5142,"ui","Icons not bundled on SSG (SSR+SPA) full static (SSR + nuxt generate)","2025-10-05T14:50:49Z","https://github.com/nuxt/ui/issues/5142",0.6689835,{"description":3230,"labels":3231,"number":3238,"owner":3172,"repository":3172,"state":3174,"title":3239,"updated_at":3240,"url":3241,"score":3242},"### Environment\n\n- Operating System: `Windows_NT`\r\n- Node Version: `v16.17.0`\r\n- Nuxt Version: `3.0.0-rc.9`\r\n- Nitro Version: `0.5.0`\r\n- Package Manager: `npm@8.15.0`\r\n- Builder: `vite`\r\n- User Config: `modules`, `runtimeConfig`\r\n- Runtime Modules: `@nuxtjs/tailwindcss@5.3.2`, `@vueuse/nuxt@9.1.1`, `nuxt-icons@2.0.1`, `@pinia/nuxt@0.4.1`\r\n- Build Modules: `-`\n\n### Reproduction\n\n\r\nuse `npx nuxi update` to upgrade from RC8 to RC9\r\n\r\nReproduction link: https://stackblitz.com/edit/github-wdogcw\n\n### Describe the bug\n\nAfter Upgrading from RC8 Nuxt Icon Module are not working anymore.\n\n### Additional context\n\nIn Node Console\r\n\r\n\r\n\r\n\r\n\r\nIn Browser Console\r\n\r\n\r\n\n\n### Logs\n\n_No response_",[3232,3235],{"name":3233,"color":3234},"3.x","29bc7f",{"name":3236,"color":3237},"upstream","E8A36D",14793,"Module nuxt-icons is disabled due to incompatibility issues","2023-10-23T01:03:38Z","https://github.com/nuxt/nuxt/issues/14793",0.68559796,{"description":3244,"labels":3245,"number":3248,"owner":3172,"repository":3172,"state":3174,"title":3249,"updated_at":3250,"url":3251,"score":3252},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v16.20.0\r\n- Nuxt Version: 3.6.0\r\n- Nitro Version: 2.5.1\r\n- Package Manager: npm@9.4.2\r\n- Builder: vite\r\n- User Config: css, build, devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\nThis is a stackblitz environment, but it happens in any environment, including linux and windows\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-shjasa\r\n\r\nRun `npm run build && npm run preview`, after which the icon on the button will not display\n\n### Describe the bug\n\nI use the primevue library, and after upgrading nuxt to version 3.6.0 the icons that come with the primeicons font stopped displaying. I noticed that nuxt stopped including them in the final build. On nuxt 3.5.3 and with the same version of primevue it works fine.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nGET https://githubshjasa-azkj--3000--a19575a2.local-credentialless.webcontainer.io/_nuxt/primeicons.3824be50.woff2 net::ERR_ABORTED 404 (Cannot find static asset /_nuxt/primeicons.3824be50.woff2)\r\nGET https://githubshjasa-azkj--3000--a19575a2.local-credentialless.webcontainer.io/_nuxt/primeicons.90a58d3a.woff net::ERR_ABORTED 404 (Cannot find static asset /_nuxt/primeicons.90a58d3a.woff)\r\nGET https://githubshjasa-azkj--3000--a19575a2.local-credentialless.webcontainer.io/_nuxt/primeicons.131bc3bf.ttf 404 (Cannot find static asset /_nuxt/primeicons.131bc3bf.ttf)\n```\n",[3246,3247],{"name":3233,"color":3234},{"name":3198,"color":3199},21799,"Error loading primeicons fonts after updating nuxt to 3.6.0","2023-06-27T12:41:37Z","https://github.com/nuxt/nuxt/issues/21799",0.6926305,{"labels":3254,"number":3255,"owner":3172,"repository":3172,"state":3174,"title":3256,"updated_at":3257,"url":3258,"score":3259},[],13198,"Production build + custom vue lib + ssr","2023-01-19T16:48:28Z","https://github.com/nuxt/nuxt/issues/13198",0.6932548,{"description":3261,"labels":3262,"number":3266,"owner":3172,"repository":3172,"state":3174,"title":3267,"updated_at":3268,"url":3269,"score":3270},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.14.0\r\n- Nuxt Version: 3.6.2\r\n- Nitro Version: 2.5.2\r\n- Package Manager: pnpm@8.4.0\r\n- Builder: vite\r\n- User Config: nitro, typescript, runtimeConfig, devServerHandlers, modules, app, postcss, routeRules, i18n, schemaOrg, delayHydration, vite\r\n- Runtime Modules: nuxt-delay-hydration@1.2.1, nuxt-schema-org@2.2.0, @nuxtjs/i18n@8.0.0-beta.10\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-jaeoi1?file=components%2Ffoo.vue\n\n### Describe the bug\n\nHi,\r\n\r\nAfter upgrade to 3.6.2 : \r\n\r\n**After building** the application (no problem in dev) :\r\n\r\nThe icon's url in the inlined css is ok : \r\n```\r\n[data-icon=foo] {\r\n --icon-custom: url(/_nuxt/ic-ecurie.dfbfbb0a.svg);\r\n}\r\n```\r\n\r\nThe icon's url in the **entry.css gives a 404**\r\n```\r\n[data-icon=foo] {\r\n --icon-custom: url(./ic-ecurie.dfbfbb0a.svg);\r\n}\r\n```\r\n\r\nThere's no `_nuxt` in the url because the asset is in the same directory as the css but the browser consider it not and resolve with his path.\r\n\r\n\r\nMaybe i make something wrong but I see no problems in Nuxt 3.5.3 :thinking: \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3263,3264,3265],{"name":3233,"color":3234},{"name":3198,"color":3199},{"name":3201,"color":3202},22086,"Bad path of assets after 3.6 upgrade","2023-07-19T06:47:37Z","https://github.com/nuxt/nuxt/issues/22086",0.6936276,{"description":3272,"labels":3273,"number":3279,"owner":3172,"repository":3224,"state":3174,"title":3280,"updated_at":3281,"url":3282,"score":3283},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.7.0\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: bun@1.0.4\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/eslint@0.6.1, @nuxt/ui@3.0.0-alpha.9, @storyblok/nuxt@6.2.0, @nuxt/image@1.8.1, @nuxt/scripts@0.9.5, @nuxtjs/seo@2.0.0-rc.23, nuxt-mapbox@1.6.1, dayjs-nuxt@2.1.11, @nuxtjs/algolia@1.10.2, @sentry/nuxt/module@8.37.1, nuxt-posthog@1.5.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.9\n\n### Reproduction\n\nNo Caching/ISR: https://preview.live-for-today.com - Icons All Load\nCaching/ISR: https://live-for-today.com - Some Icons Fail To Load\n\n### Description\n\nDev: localhost - Icons All Load\nNo Caching/ISR: https://preview.live-for-today.com - Icons All Load\nCaching/ISR: https://live-for-today.com - Some Icons Fail To Load\n\nOn the deployment with Caching/ISR I get this warnings in the console, i.e.:\n\n```[Icon] failed to load icon `heroicons:chevron-double-left```,\n\n```[Icon] failed to load icon `heroicons:chevron-double-right```\n\nI've installed all of the icon dependencies I'm using.\n\nSeems to be some conflict as soon as I'm using caching.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3274,3275,3277],{"name":3215,"color":3216},{"name":3201,"color":3276},"CB47CF",{"name":3278,"color":3222},"v3",2731,"Icons Not Loading On v3 When Using ISR","2025-02-07T15:25:14Z","https://github.com/nuxt/ui/issues/2731",0.69685686,["Reactive",3285],{},["Set"],["ShallowReactive",3288],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$ftWgFK6_RUx0KHUONDmVAwJNUzY9HAOZf8sprSb86IJU":-1},"/nuxt/icon/30"]