\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```",[3213,3216,3219],{"name":3214,"color":3215},"bug","d73a4a",{"name":3217,"color":3218},"triage","ffffff",{"name":3220,"color":3221},"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":3229,"labels":3230,"number":3237,"owner":3172,"repository":3172,"state":3174,"title":3238,"updated_at":3239,"url":3240,"score":3241},"### 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_",[3231,3234],{"name":3232,"color":3233},"3.x","29bc7f",{"name":3235,"color":3236},"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":3243,"labels":3244,"number":3247,"owner":3172,"repository":3172,"state":3174,"title":3248,"updated_at":3249,"url":3250,"score":3251},"### 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",[3245,3246],{"name":3232,"color":3233},{"name":3197,"color":3198},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":3253,"number":3254,"owner":3172,"repository":3172,"state":3174,"title":3255,"updated_at":3256,"url":3257,"score":3258},[],13198,"Production build + custom vue lib + ssr","2023-01-19T16:48:28Z","https://github.com/nuxt/nuxt/issues/13198",0.6932548,{"description":3260,"labels":3261,"number":3265,"owner":3172,"repository":3172,"state":3174,"title":3266,"updated_at":3267,"url":3268,"score":3269},"### 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_",[3262,3263,3264],{"name":3232,"color":3233},{"name":3197,"color":3198},{"name":3200,"color":3201},22086,"Bad path of assets after 3.6 upgrade","2023-07-19T06:47:37Z","https://github.com/nuxt/nuxt/issues/22086",0.6936276,{"description":3271,"labels":3272,"number":3278,"owner":3172,"repository":3223,"state":3174,"title":3279,"updated_at":3280,"url":3281,"score":3282},"### 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```",[3273,3274,3276],{"name":3214,"color":3215},{"name":3200,"color":3275},"CB47CF",{"name":3277,"color":3221},"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",3284],{},["Set"],["ShallowReactive",3287],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fU9PB9e_677yicRkus3zmNGaoey_bipc4CyqekXmFro8":-1},"/nuxt/scripts/30"]