\n\u003C/UTooltip>\n```\n\n\u003Cimg width=\"127\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/5dbcfef5-a4c4-4ec4-b2f3-611212f75c68\" />\n\n### Additional context\n\nWrapping `USwitch` to `div` for example solves issue\n```vue\n \u003CUTooltip text=\"Just a tooltip\">\n \u003Cdiv>\n \u003CUSwitch label=\"'Hackish'\" />\n \u003C/div>\n \u003C/UTooltip>\n```\n\n### Logs\n\n```shell-script\n\n```",[2944,2945,2948],{"name":2903,"color":2904},{"name":2946,"color":2947},"duplicate","cfd3d7",{"name":2906,"color":2907},4333,"closed","USwitch not working inside UTooltip","2025-06-12T13:42:09Z","https://github.com/nuxt/ui/issues/4333",0.63363487,{"description":2956,"labels":2957,"number":2970,"owner":2912,"repository":2912,"state":2950,"title":2971,"updated_at":2972,"url":2973,"score":2974},"### Environment\n\nNuxt project info: 18:13:54\r\n\r\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v16.15.1`\r\n- Nuxt Version: `3.0.0-rc.3`\r\n- Package Manager: `pnpm@7.9.5`\r\n- Builder: `vite`\r\n- User Config: `meta`, `runtimeConfig`, `css`, `build`, `typescript`, `modules`, `components`, `vueuse`, `unocss`\r\n- Runtime Modules: `@vueuse/nuxt@8.4.2`, `@unocss/nuxt@0.33.2`, `@pinia/nuxt@0.1.9`, `@nuxtjs/color-mode@3.1.4`\r\n- Build Modules: `-`\r\n------------------------\n\n### Reproduction\n\nyarn install\r\nyarn build\r\n\r\n**node .output/server/index.mjs** \r\n\r\n\n\n### Describe the bug\n\nCMD `node .output/server/index.mjs`\r\n\r\nError details LOGs looks good on local but the details did not show up on PROD\r\n\r\n**Page error logs on local**\r\n```\r\n500\r\nrequest to http://localhost:8080/fo/list?pageNum=1&pageSize=10 failed, reason: connect ECONNREFUSED 127.0.0.1:8080 ()\r\n\r\n```\r\n**Page error logs on Prod(remote server with the same .output folder files )**\r\n```\r\n500\r\nfetch failed ()\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell\n####PROD\r\n[nuxt] [request error] fetch failed ()\r\n at async $fetchRaw2 (./.output/server/node_modules/ohmyfetch/dist/chunks/fetch.mjs:131:20)\r\nFetchError: fetch failed ()\r\n at async $fetchRaw2 (file:///app/prod/bin/cms-admin-ssr/.output/server/node_modules/ohmyfetch/dist/chunks/fetch.mjs:131:20)\r\n[Vue warn]: Component is missing template or render function.\r\n[nuxt] [request error] fetch failed ()\r\n\r\n####local\r\n\r\n\r\n[Vue warn]: Component is missing template or render function.\r\n[nuxt] [request error] request to http://localhost:8080/fo/list?pageNum=1&pageSize=10 failed, reason: connect ECONNREFUSED 127.0.0.1:8080 ()\r\n at async $fetchRaw2 (./.output/server/node_modules/ohmyfetch/dist/chunks/fetch.mjs:131:20)\r\nFetchError: request to http://localhost:8080/fo/list?pageNum=1&pageSize=10 failed, reason: connect ECONNREFUSED 127.0.0.1:8080 ()\r\n at async $fetchRaw2 (file:///home/root7/Desktop/project/git/cms-web-ssr/.output/server/node_modules/ohmyfetch/dist/chunks/fetch.mjs:131:20)\r\n[Vue warn]: Component is missing template or render function.\r\n[nuxt] [request error] request to http://localhost:8080/fo/list?pageNum=1&pageSize=10 failed, reason: connect ECONNREFUSED 127.0.0.1:8080 ()\r\n at async $fetchRaw2 (./.output/server/node_modules/ohmyfetch/dist/chunks/fetch.mjs:131:20)\n```\n",[2958,2961,2964,2967],{"name":2959,"color":2960},"3.x","29bc7f",{"name":2962,"color":2963},"pending triage","E99695",{"name":2965,"color":2966},"nitro","bfd4f2",{"name":2968,"color":2969},"needs reproduction","FBCA04",14726,"Error details LOGs not shows up on PROD","2023-11-09T11:29:48Z","https://github.com/nuxt/nuxt/issues/14726",0.66752654,{"description":2976,"labels":2977,"number":2981,"owner":2912,"repository":2913,"state":2950,"title":2982,"updated_at":2983,"url":2984,"score":2985},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v22.16.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.25.0\n- Nitro Version: 2.11.9\n- Package Manager: pnpm@10.12.1\n- Builder: -\n- User Config: compatibilityDate, devtools, devServer, ssr, runtimeConfig, hooks, css, colorMode, components, modules, ui, i18n, zodI18n\n- Runtime Modules: @nuxt/eslint@1.3.0, @nuxt/test-utils@3.17.2, @nuxt/ui-pro@3.1.3, nuxt-zod-i18n@1.11.5, @nuxtjs/i18n@9.5.3, @pinia/nuxt@0.11.0, @vueuse/nuxt@13.1.0, dayjs-nuxt@2.1.11, nuxt-qrcode@0.4.1\n- Build Modules: -\n------------------------------\n\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\n👉 Read documentation: https://nuxt.com\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.3\n\n### Reproduction\n\nTry a combination of USwitch and UTooltip like this:\n\n```\n \u003Cu-tooltip\n :disabled=\"isPhoneNumberSet\"\n :delay-duration=\"250\"\n :ui=\"{ content: 'bg-warning' }\"\n >\n \u003Cu-switch\n :model-value=\"notifications.smsWarnings\"\n :disabled=\"!isPhoneNumberSet\"\n :loading=\"isLoadingSmsWarnings\"\n color=\"secondary\"\n @update:model-value=\"$emit('update:sms-warnings', $event)\"\n />\n\n \u003Ctemplate #content>Add a phone number first\u003C/template>\n \u003C/u-tooltip>\n```\n\n### Description\n\nThe switch on its own works perfectly. But if I wrap it inside of a tooltip, it loses its background color.\n\nIn the provided screenshot you can barely see the switch thumb, but not the background.\n\nI think the problem is somewhere in the base slot but was unable to come up with a reliable solution.\n\n### Additional context\n\n\n\n### Logs\n\n```shell-script\n\n```",[2978,2979,2980],{"name":2903,"color":2904},{"name":2946,"color":2947},{"name":2906,"color":2907},4342,"Switch becomes invisible when wrapped inside a tooltip","2025-06-16T08:22:11Z","https://github.com/nuxt/ui/issues/4342",0.6706551,{"description":2987,"labels":2988,"number":2991,"owner":2912,"repository":2912,"state":2950,"title":2992,"updated_at":2993,"url":2994,"score":2995},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.9.0`\r\n- Nuxt Version: `3.0.0-rc.12-27768618.05fd222`\r\n- Nitro Version: `0.6.0-27768582.4603279`\r\n- Package Manager: `pnpm@7.13.5`\r\n- Builder: `vite`\r\n- User Config: `typescript`, `runtimeConfig`, `css`, `pageTransition`, `nitro`, `modules`, `schemaOrg`, `unocss`, `umami`, `content`\r\n- Runtime Modules: `@nuxt/image-edge@1.0.0-27768165.4b0219a`, `@nuxt/content@2.1.1`, `@vueuse/nuxt@9.3.1`, `@unocss/nuxt@0.45.30`, `@formkit/nuxt@1.0.0-beta.11`, `nuxt-swiper@0.1.6`, `nuxt-umami@1.1.0`, `nuxt-schema-org@1.1.0-beta.5`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\n> **Note**\r\n> I will add reproduction but for now I will have to decouple my current project that in private.\r\n\r\nIn the meantime I will try to re-produce this.\r\n\r\nThanks \r\n\r\n### Describe the bug\r\n\r\nUpstream bug: https://github.com/vueuse/head/issues/142\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell\r\nUpstream bug: https://github.com/vueuse/head/issues/142\r\n```\r\n",[2989,2990],{"name":2959,"color":2960},{"name":2962,"color":2963},15190,"`@vueuse/head` nuxt@3.0.0-rc.12 - upstream bug","2023-01-19T17:45:58Z","https://github.com/nuxt/nuxt/issues/15190",0.6707999,{"description":2997,"labels":2998,"number":3004,"owner":2912,"repository":2913,"state":2950,"title":3005,"updated_at":3006,"url":3007,"score":3008},"### Environment\n\nOperating System: `Darwin`\nNode Version: `v22.1.0`\nNuxt Version: `3.16.2`\nCLI Version: `3.24.0`\nNitro Version: `2.11.8`\nPackage Manager: `yarn@4.7.0`\nBuilder: `-`\nUser Config: `ssr: false`\nBuild Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.16.2\n\n### Reproduction\n\n-\n\n### Description\n\n**App.vue**\n```\n\u003Ctemplate>\n \u003CUApp :toaster=\"{ position: 'top-right', expand: true }\"\n :tooltip=\"{ delayDuration: 150, skipDelayDuration: 100 }\">\n \u003CNuxtLayout>\n \u003CRouterView />\n \u003C/NuxtLayout>\n \u003C/UApp>\n\u003C/template>\n\u003Cscript setup lang=\"ts\">\nimport {TooltipProviderProps} from \"reka-ui\";\n\nconst tooltipProps : TooltipProviderProps = {\n delayDuration: 700,\n skipDelayDuration: 300,\n disableHoverableContent: false,\n disableClosingTrigger: false,\n disabled: false,\n ignoreNonKeyboardFocus: false,\n}\n\u003C/script>\n```\n**nuxt.config.ts**\n```\n// https://nuxt.com/docs/api/configuration/nuxt-config\nexport default defineNuxtConfig({\n compatibilityDate: '2024-11-01',\n ssr: false,\n srcDir: 'src',\n devtools: { enabled: true },\n modules: [\n '@nuxt/ui',\n '@pinia/nuxt',\n '@nuxt/image',\n 'nuxt-icons',\n '@nuxtjs/i18n',\n ],\n css: ['~/assets/css/main.css']\n})\n```\nI found that when Nuxt3 SSR is set to false, the tooltip and toast do not display, and the tooltip also reports an error of 500\n\nInjection `Symbol(TooltipProviderContext)` not found. Component must be used within `TooltipProvider`\n\nI hope to find a solution.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2999,3000,3002,3003],{"name":2903,"color":2904},{"name":2968,"color":3001},"CB47CF",{"name":2906,"color":2907},{"name":2909,"color":2910},3932,"Nuxt3 SSR is set to false, the tooltip and toast become invalid","2025-04-30T13:24:47Z","https://github.com/nuxt/ui/issues/3932",0.6737353,{"description":3010,"labels":3011,"number":3016,"owner":2912,"repository":2912,"state":2950,"title":3017,"updated_at":3018,"url":3019,"score":3020},"### Environment\n\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v16.20.0\r\n- Nuxt Version: 3.7.3\r\n- CLI Version: 3.8.4\r\n- Nitro Version: 2.6.3\r\n- Package Manager: pnpm@7.31.0\r\n- Builder: -\r\n- User Config: devtools, modules, css, runtimeConfig, pinia, nitro\r\n- Runtime Modules: @pinia/nuxt@0.4.11, @vueuse/nuxt@10.4.1, @unocss/nuxt@0.56.0\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nserver:\r\n\r\n[Vue Router warn]: No match found for location with path \"/api/user/userInfo\"\n\n### Describe the bug\n\n\u003Cimg width=\"810\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/93196496/0166dfe9-2960-4952-b198-c3bf64f17225\">\r\n\r\n\u003Ctemplate>\r\n \u003Cdiv>测试:{{ data }}\u003C/div>\r\n\u003C/template>\r\n\r\n\u003Cscript setup lang=\"ts\">\r\nconst { data } = useFetch(\"/api/user/userinfo\", {\r\n method: \"POST\",\r\n});\r\n\u003C/script>\r\n\r\n\u003Cstyle scoped>\u003C/style>\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3012,3013,3014,3015],{"name":2959,"color":2960},{"name":2962,"color":2963},{"name":2965,"color":2966},{"name":2968,"color":2969},23339,"3.7.3 server devProxy not working","2023-10-20T22:13:14Z","https://github.com/nuxt/nuxt/issues/23339",0.6757777,{"description":3022,"labels":3023,"number":3026,"owner":2912,"repository":2912,"state":2950,"title":3027,"updated_at":3028,"url":3029,"score":3030},"### Environment\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v22.12.0\n- Nuxt Version: 3.15.0\n- CLI Version: 3.17.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.1\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/eslint@0.7.4, @unocss/nuxt@0.65.3, template-copyright@1.0.1, @nuxt/icon@1.10.2, nuxt-time@1.0.3, @nuxtjs/color-mode@3.5.2, @nuxtjs/i18n@9.1.1\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nSrc - https://github.com/brokuka/portfolio\nDemo - https://portfolio-chi-one-99.vercel.app/\n\n### Describe the bug\n\nServer api strange behavior on production, can't get more info about problem to fix it. \n\nTo recreate buggy situation you need to enter to the `projects` page and refresh page.\n\n### Additional context\n\n\n\n\n### Logs\n\n```shell-script\n\n```",[3024,3025],{"name":2962,"color":2963},{"name":2968,"color":2969},30395,"Server bug on production","2024-12-28T09:56:03Z","https://github.com/nuxt/nuxt/issues/30395",0.6767208,["Reactive",3032],{},["Set"],["ShallowReactive",3035],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJl-OC0Y1QU0z_u-WcN6luQhen_Sa7E9ndyQg4b3LQL4":-1},"/nuxt/ui/4408"]