\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,"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.6681414,{"description":3229,"labels":3230,"number":3233,"owner":3140,"repository":3140,"state":3161,"title":3234,"updated_at":3235,"url":3236,"score":3237},"### 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",[3231,3232],{"name":3211,"color":3212},{"name":3170,"color":3171},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.67419124,{"description":3239,"labels":3240,"number":3243,"owner":3140,"repository":3140,"state":3161,"title":3244,"updated_at":3245,"url":3246,"score":3247},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.12.0\n- Nuxt Version: 4.0.0\n- CLI Version: 3.26.2\n- Nitro Version: 2.12.0\n- Package Manager: npm@10.9.0\n- Builder: -\n- User Config: compatibilityDate, devtools, ssr, runtimeConfig, modules, auth, css, postcss, shadcn, icon, routeRules, vite\n- Runtime Modules: @nuxt/eslint@1.4.1, @nuxt/fonts@0.11.4, @nuxt/icon@1.14.0, @nuxt/image@1.10.0, shadcn-nuxt@2.2.0, @pinia/nuxt@0.11.1, nuxt-auth-utils@0.5.20\n- Build Modules: -\n\n### Reproduction\n\n`npm run build`\n`npm run preview`\n\n### Describe the bug\n\nAfter upgrading to Nuxt v4 I can no longer run the preview.\n\nIt seems as if there is a parsing issue with the {{ output.serverDir }} as it's no longer being replaced.\n\nthe script tries to execute\n`node {{ output.serverDir }}/index.mjs`\n\n```\n nuxi 11:30:53 AM\n ╭──────────────────────────────────────────Preview Mode────────────────────────────────────────────╮\n │ │\n │ You are running Nuxt production build in preview mode. │\n │ For production deployments, please directly use node {{ output.serverDir }}/index.mjs command. │\n │ │\n │ Node.js: v22.12.0 │\n │ Nitro Preset: node-server │\n │ Working directory: .output │\n │ │\n ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯\n\nℹ Loading .env. This will not be loaded when running the server in production. nuxi 11:30:53 AM\nℹ Starting preview command: node {{ output.serverDir }}/index.mjs\n```\n\n```\nnode:internal/modules/cjs/loader:1252\n throw err;\n ^\n\nError: Cannot find module '/Users/sven/var/ragna/ragna-blog-admin/.output/{{'\n at Function._resolveFilename (node:internal/modules/cjs/loader:1249:15)\n at Function._load (node:internal/modules/cjs/loader:1075:27)\n at TracingChannel.traceSync (node:diagnostics_channel:322:14)\n at wrapModuleLoad (node:internal/modules/cjs/loader:219:24)\n at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)\n at node:internal/main/run_main_module:36:49 {\n code: 'MODULE_NOT_FOUND',\n requireStack: []\n}\n\nNode.js v22.12.0\n\n ERROR Process exited with non-zero status (1)\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3241,3242],{"name":3170,"color":3171},{"name":3176,"color":3177},32656,"Preview mode broken after upgrade to v4","2025-07-17T18:48:24Z","https://github.com/nuxt/nuxt/issues/32656",0.67629355,{"description":3249,"labels":3250,"number":3254,"owner":3140,"repository":3160,"state":3161,"title":3255,"updated_at":3256,"url":3257,"score":3258},"### Environment\n\n```\n- Operating System: Darwin\n- Node Version: v24.0.1\n- Nuxt Version: 3.17.3\n- CLI Version: 3.25.1\n- Nitro Version: 2.11.12\n- Package Manager: bun@1.2.12\n- Builder: -\n- User Config: future, compatibilityDate, modules, css, experimental, runtimeConfig, routeRules, i18n, icon\n- Runtime Modules: @nuxt/ui@3.1.1, @nuxt/image@1.10.0, @nuxtjs/i18n@9.5.4, @vueuse/nuxt@13.2.0\n- Build Modules: -\n```\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.1\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-gp4zdgaw?file=assets%2Fcss%2Fmain.css\n\n### Description\n\nUsing popular \"Inter\" font, the font weights (medium, sem-bold, bold, etc) are not loading. \n\n### Additional context\n\nPossibly related to latest update of unifont and nuxt fonts?\n\n### Logs\n\n```shell-script\n\n```",[3251,3252,3253],{"name":3151,"color":3152},{"name":3154,"color":3155},{"name":3157,"color":3158},4151,"Font weights for Inter not loading","2025-05-14T17:27:24Z","https://github.com/nuxt/ui/issues/4151",0.6767835,["Reactive",3260],{},["Set"],["ShallowReactive",3263],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f0z9Zh3YYSBbp4pwUiPhXl-Sgb9XCYPVs1HNq1epyunQ":-1},"/nuxt/ui/2731"]