\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2921,2922,2923],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},3998,"Chrome reports the FormField label as `Incorrect use of \u003Clabel for=FORM_ELEMENT>` when wrapping RadioGroup or CheckboxGroup","2025-05-15T09:32:18Z","https://github.com/nuxt/ui/issues/3998",0.6986902,{"description":2930,"labels":2931,"number":2938,"owner":2877,"repository":2877,"state":2902,"title":2939,"updated_at":2940,"url":2941,"score":2942},"### 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",[2932,2935],{"name":2933,"color":2934},"3.x","29bc7f",{"name":2936,"color":2937},"pending triage","E99695",15190,"`@vueuse/head` nuxt@3.0.0-rc.12 - upstream bug","2023-01-19T17:45:58Z","https://github.com/nuxt/nuxt/issues/15190",0.705404,{"description":2944,"labels":2945,"number":2949,"owner":2877,"repository":2878,"state":2902,"title":2950,"updated_at":2951,"url":2952,"score":2953},"### Environment\n\nNuxtUI : 3.1.1\nNuxt: 3.17.0\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.17.0\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/calendar#color\n\n### Description\n\n\u003Cimg width=\"933\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/8cbd8604-5bc2-4155-8136-f799f00fa693\" />",[2946,2947,2948],{"name":2868,"color":2869},{"name":2871,"color":2872},{"name":2874,"color":2875},4084,"Incorrect display of \"Today\" in the calendar","2025-05-06T15:36:48Z","https://github.com/nuxt/ui/issues/4084",0.7059474,{"description":2955,"labels":2956,"number":2961,"owner":2877,"repository":2877,"state":2902,"title":2962,"updated_at":2963,"url":2964,"score":2965},"\u003C!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚\r\n\r\n**IMPORTANT** Before reporting a bug:\r\n\r\n- Please make sure that you have read through Nuxt documentation: https://nuxtjs.org\r\n- If issue is related to a module please create the issue in corresponding repository\r\n- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`\r\n\r\n👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.\r\n-->\r\n\r\n### Versions\r\n\r\n- nuxt: v2.14.12\r\n- node: v15.2.0\r\n\r\n### Reproduction\r\n\r\nhttps://7yf7h.sse.codesandbox.io/?email=some%20aemail.com\r\n\r\n### What is Expected?\r\n\r\noutput: some aemail.com\r\n\r\n### What is actually happening?\r\n\r\noutput: some+aemail.com\r\n",[2957,2958],{"name":2936,"color":2937},{"name":2959,"color":2960},"2.x","d4c5f9",8692,"'%20' caractere turning into '%2b'","2023-06-13T11:01:18Z","https://github.com/nuxt/nuxt/issues/8692",0.7063395,{"description":2967,"labels":2968,"number":2971,"owner":2877,"repository":2877,"state":2902,"title":2972,"updated_at":2973,"url":2974,"score":2975},"### Environment\r\n\r\n- Operating System: Linux\r\n- Node Version: v16.14.2\r\n- Nuxt Version: 3.4.3\r\n- Nitro Version: 2.4.0\r\n- Package Manager: npm@7.17.0\r\n- Builder: vite\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-qoy5uj?file=middleware/locale.global.ts\r\n\r\nYou have to trigger the error page to see the result. Go to \"/test\" for example.\r\n\r\n### Describe the bug\r\n\r\nIn the new Nuxt 3.4.3 version, the error prop on the error page misses the URL field. This field used to be in 3.4.2 and we used it to handle redirections. \r\n\r\nThis only happens when we use useCookie composable in a global middleware (see reproduction).\r\n\r\nBefore:\r\n\r\n```json \r\n{\r\n \"error\": {\r\n \"url\": \"/resrse\",\r\n \"statusCode\": 404,\r\n \"statusMessage\": \"Page not found: /resrse\",\r\n \"message\": \"Page not found: /resrse\",\r\n \"stack\": \"\"\r\n }\r\n}\r\n```\r\n\r\nAfter: \r\n``` json\r\n{\r\n \"error\": {\r\n \"message\": \"Page not found: /fdfds\",\r\n \"statusCode\": 404,\r\n \"statusMessage\": \"Page not found: /fdfds\"\r\n }\r\n}\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2969,2970],{"name":2933,"color":2934},{"name":2936,"color":2937},20762,"Error prop on error page misses URL field in Nuxt 3.4.3","2023-06-18T22:00:17Z","https://github.com/nuxt/nuxt/issues/20762",0.7073836,{"description":2977,"labels":2978,"number":2983,"owner":2877,"repository":2877,"state":2902,"title":2984,"updated_at":2985,"url":2986,"score":2987},"### 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```",[2979,2980],{"name":2936,"color":2937},{"name":2981,"color":2982},"needs reproduction","FBCA04",30395,"Server bug on production","2024-12-28T09:56:03Z","https://github.com/nuxt/nuxt/issues/30395",0.7111151,["Reactive",2989],{},["Set"],["ShallowReactive",2992],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fMuuURe9FRVofC3Ymr2qjdDfgEUgQJ2cjscsedEF7KsY":-1},"/nuxt/ui/4025"]