\n```\n\nI tried to check `this.$refs.customCalendar` if I could find any exposed method, but got nothing.\n\nDo you know how and if this is feasible ?",[1984,1987],{"name":1985,"color":1986},"question","d876e3",{"name":1988,"color":1989},"v3","49DCB8",3764,"nuxt","ui","open","How to control Calendar outside the component","2025-04-01T13:02:51Z","https://github.com/nuxt/ui/issues/3764",0.76933455,{"description":1999,"labels":2000,"number":2007,"owner":1991,"repository":1991,"state":1993,"title":2008,"updated_at":2009,"url":2010,"score":2011},"### Describe the feature\n\nI'm working on the project which uses `i18n` and facing an issue with redirection - unable to redirect user with chosen locale when he/she catches a response error from API\r\nAs it says in docs, I can only use `statusCode` to define redirection path\r\nIt would great to define a path where user should be redirected\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2001,2004],{"name":2002,"color":2003},"enhancement","8DEF37",{"name":2005,"color":2006},"discussion","538de2",23505,"Add redirect param to showError and createError","2024-06-30T11:07:25Z","https://github.com/nuxt/nuxt/issues/23505",0.78697157,{"description":2013,"labels":2014,"number":2025,"owner":1991,"repository":1991,"state":1993,"title":2026,"updated_at":2027,"url":2028,"score":2029},"Reference: https://github.com/nuxt/framework/pull/3908#issuecomment-1079665687\r\n\r\nWith `redirectTo`, it is possible to make a loop condition `return navigateTo(to.path)`. \r\n\r\nA simple fix would be check and avoid redirect to exact same URL. \r\n\r\nIn more complex cases, a redirect loop can be nested like a~>b~>a which we could implement with help of a persisted state. (we can wait for this until having session support and benefit from session to hold such state)",[2015,2016,2019,2022],{"name":2002,"color":2003},{"name":2017,"color":2018},"good first issue","fbca04",{"name":2020,"color":2021},"app","17512D",{"name":2023,"color":2024},"🍰 p2-nice-to-have","0E8A16",13565,"avoid redirect loops","2024-06-30T11:10:39Z","https://github.com/nuxt/nuxt/issues/13565",0.80987966,{"description":2031,"labels":2032,"number":2036,"owner":1991,"repository":1991,"state":2037,"title":2038,"updated_at":2039,"url":2040,"score":2041},"I am having a hard time trying to redirect in method after a store action i.e. redirect to profile upon login, redirect to '/' upon logout.\r\n\r\nI have tried the this.$router.go after awaiting the store dispatch, but no matter the route, it just renders the page.\r\n\r\nIs there something I am doing wrong, or is this an enhancement that could be implemented?\r\n\r\nP.S. I should say this is a framework, combined with express is actually making me happy to develop web applications again and I look forward to production ready release.\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c214\">#c214\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2033],{"name":2034,"color":2035},"2.x","d4c5f9",251,"closed","Redirect after Store Action ","2023-01-18T15:38:39Z","https://github.com/nuxt/nuxt/issues/251",0.7670661,{"description":2043,"labels":2044,"number":2045,"owner":1991,"repository":2046,"state":2037,"title":2047,"updated_at":2048,"url":2049,"score":2050},"### Environment\n\nMacOS 12.6\r\nChrome 107\n\n### Reproduction\n\n\r\n\n\n### Describe the bug\n\n1. Go to https://v3.nuxtjs.org/api/configuration/nuxt-config/\r\n2. Click for example \"extends\" item in the menu\r\n3. Scroll menu back to the top -- content is cut off and is unscrollable\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],991,"nuxt.com","[Docs] Sidebar menu cuts off content","2023-10-10T14:45:25Z","https://github.com/nuxt/nuxt.com/issues/991",0.7875315,{"description":2052,"labels":2053,"number":2055,"owner":1991,"repository":1991,"state":2037,"title":2056,"updated_at":2057,"url":2058,"score":2059},"If suddenly the user goes to a nonexistent url, you need to implement the redirect to the page\r\nwhich the user had before. How can I do that?\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1830\">#c1830\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2054],{"name":2034,"color":2035},2063,"How to implement redirection to a page that the user had previously, if the page to which he passed does not exist","2023-01-18T15:43:03Z","https://github.com/nuxt/nuxt/issues/2063",0.7876815,{"description":2061,"labels":2062,"number":2064,"owner":1991,"repository":1991,"state":2037,"title":2065,"updated_at":2066,"url":2067,"score":2068},"for example, I dispatch action in fetch method and send ajax in action. what should I do if I want to redirect to 'login' according to the ajax response? \n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2573\">#c2573\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2063],{"name":2034,"color":2035},2966,"how to redirect in server side ?","2023-01-18T16:09:49Z","https://github.com/nuxt/nuxt/issues/2966",0.7885984,{"description":2070,"labels":2071,"number":2072,"owner":1991,"repository":2046,"state":2037,"title":2073,"updated_at":2074,"url":2075,"score":2076},"For example, when going to `/teams/invite` the user might not be logged and will be redirected to `/login`. We should store the redirect cookie to be redirected to `/teams/invite`.",[],20,"Handle auth middleware redirect cookie after login","2023-02-15T12:31:37Z","https://github.com/nuxt/nuxt.com/issues/20",0.79546934,{"description":2078,"labels":2079,"number":2082,"owner":1991,"repository":1992,"state":2037,"title":2083,"updated_at":2084,"url":2085,"score":2086},"### For what version of Nuxt UI are you asking this question?\n\nv3-alpha\n\n### Description\n\nI'm trying to style my `UDropdownMenu` components.\n\nIt works well, if I do it like this:\n```html\n\u003CUDropdownMenu\n :ui=\"{ item: 'before:bg-green-500 data-highlighted:before:bg-red-500' }\"\n...\n```\n\nHowever, the very same config in `app.config.ts` only works partially:\n```js\nexport default defineAppConfig({\n ui: {\n dropdownMenu: {\n slots: {\n item: 'before:bg-green-500 data-highlighted:before:bg-red-500',\n...\n```\n\nThe green default background is applied, but not the red background when highlighted.\n\nAm I doing something wrong here? Or is this a bug?",[2080,2081],{"name":1985,"color":1986},{"name":1988,"color":1989},2533,"Styling UDropdownMenu in app.config.ts","2024-11-07T08:49:54Z","https://github.com/nuxt/ui/issues/2533",0.79760224,{"description":2088,"labels":2089,"number":2095,"owner":1991,"repository":1991,"state":2037,"title":2096,"updated_at":2097,"url":2098,"score":2099},"### Version\n\n[v2.4.3](https://github.com/nuxt.js/releases/tag/v2.4.3)\n\n### Reproduction link\n\n[https://codesandbox.io/s/8yl9852pv9](https://codesandbox.io/s/8yl9852pv9)\n\n### Steps to reproduce\n\n1. Create `pages/fail.vue` with:\n```\n\u003Ctemplate>\n \u003Cdiv>\n FAIL\n \u003C/div>\n\u003C/template>\n```\n\n2. Create `pages/redirect.vue` with:\n\n```\n\u003Cscript>\nexport default {\n asyncData({ redirect }) {\n redirect(\"https://elg.no\");\n }\n};\n\u003C/script>\n```\n\n3. Create `pages/index.vue` with:\n\n```\n\u003Ctemplate>\n \u003Cnuxt-lint to=\"/redirect\">Navigate to external page\u003C/nuxt-link>\n\u003C/template>\n```\n\n4. Navigate to /fail\n5. Navigate to /\n6. Click the link\n7. Navigate back in history\n\n### What is expected ?\n\nReturn to the index page where link was clicked from.\n\n### What is actually happening?\n\nNavigates to /fail page\n\n### Additional comments?\n\nWhat happens is, when navigating in SPA mode, the code that handles redirect() call is using `location.replace` to navigate to external URL. The problem is that that happens while URL is still set to `/` so it replaces that navigation entry with external URL. Navigating back thus goes back to page visited before `/` which is unexpected.\n\nThe solution would be to either allow the URL to change `/redirect` and then trigger `location.replace` or use `location.assign` instead. Former is probably more risky as it would trigger extra routing events and potentially some more code that could possibly fail.\n\nThis is only an issue with redirects to external URLs.\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c8658\">#c8658\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2090,2091,2094],{"name":2017,"color":2018},{"name":2092,"color":2093},"pending triage","E99695",{"name":2034,"color":2035},5032,"[SPA] Redirect to external URL from asyncData replaces current history entry","2023-01-22T15:33:01Z","https://github.com/nuxt/nuxt/issues/5032",0.798925,["Reactive",2101],{},["Set"],["ShallowReactive",2104],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"8-7Il-azljK5NaF8DKAw_w0Liqw28tvfgeMrbIsvBD0":-1},"/nuxt/icon/185"]