\r\n \u003C/NuxtLayout>\r\n\u003C/template>\r\n```\r\n",[2917,2920],{"name":2918,"color":2919},"pending triage","E99695",{"name":2905,"color":2906},10673,"Nuxt not fetching new data on page change with `useAsyncData`","2023-01-22T15:48:35Z","https://github.com/nuxt/nuxt/issues/10673",0.65404373,{"labels":2927,"number":2933,"owner":2908,"repository":2908,"state":2909,"title":2934,"updated_at":2935,"url":2936,"score":2937},[2928,2931,2932],{"name":2929,"color":2930},"stale","ffffff",{"name":2918,"color":2919},{"name":2905,"color":2906},7409,"async data wasn't injected to child page correctly","2023-01-22T15:36:01Z","https://github.com/nuxt/nuxt/issues/7409",0.6566085,{"description":2939,"labels":2940,"number":2944,"owner":2908,"repository":2908,"state":2909,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Version\n\n[v1.4.1](https://github.com/nuxt.js/releases/tag/v1.4.1)\n\n### Reproduction link\n\n[https://github.com/bmxguy100/appjackstudio.com](https://github.com/bmxguy100/appjackstudio.com)\n\n### Steps to reproduce\n\n0. Install dependency (yarn)\n1. Run yarn dev (or mom run Dev)\n2. Go to localhost:3000/blog and click on a blog post\n\n\n\n\n### What is expected ?\n\nThe asyncData method should be called and the blog post should be shown\n\n\n\n\n### What is actually happening?\n\nA 404 error happens, but the asyncData triggers and you can see the blog post after a page refresh\n\n\n\n\n### Additional comments?\n\nI get the same result serving from nuxt build/start and nuxt generate\n\n\u003C!--cmty-->\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/c7352\">#c7352\u003C/a>)\u003C/em>\u003C/sub>\u003C/div> ",[2941,2942,2943],{"name":2929,"color":2930},{"name":2918,"color":2919},{"name":2905,"color":2906},3512,"Async data not being called on link click","2023-01-22T15:30:05Z","https://github.com/nuxt/nuxt/issues/3512",0.66267383,{"labels":2950,"number":2954,"owner":2908,"repository":2908,"state":2909,"title":2955,"updated_at":2956,"url":2957,"score":2958},[2951,2952,2953],{"name":2929,"color":2930},{"name":2918,"color":2919},{"name":2905,"color":2906},6585,"asyncData unexpectedly recovers initial value of data","2023-01-22T15:34:46Z","https://github.com/nuxt/nuxt/issues/6585",0.6633931,{"description":2960,"labels":2961,"number":2963,"owner":2908,"repository":2908,"state":2909,"title":2964,"updated_at":2965,"url":2966,"score":2967},"Hi, I'm having this issue with latest version of Nuxt (`1.1.1`). `asyncData` only works for the first time entering that route. When the route query is changed, `asyncData` is called but new data is not applied.\r\n\r\nHere's a small repro: https://glitch.com/edit/#!/sage-opera\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/c2254\">#c2254\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2962],{"name":2905,"color":2906},2591,"New asyncData is not applied when querry is changed","2023-01-18T16:02:22Z","https://github.com/nuxt/nuxt/issues/2591",0.6675247,{"labels":2969,"number":2972,"owner":2908,"repository":2908,"state":2909,"title":2973,"updated_at":2974,"url":2975,"score":2976},[2970,2971],{"name":2918,"color":2919},{"name":2905,"color":2906},7330,"NuxtJS child dynamic pages not being navigated to/rendering with nuxt-link","2023-01-22T15:34:50Z","https://github.com/nuxt/nuxt/issues/7330",0.66791177,{"description":2978,"labels":2979,"number":2982,"owner":2908,"repository":2908,"state":2909,"title":2983,"updated_at":2984,"url":2985,"score":2986},"### Version\n\n[v2.6.0](https://github.com/nuxt.js/releases/tag/v2.6.0)\n\n### Reproduction link\n\n[https://codesandbox.io/embed/w04l29nmm7](https://codesandbox.io/embed/w04l29nmm7)\n\n### Steps to reproduce\n\nHello im having problems with nested dynamic routes\nhere is a sandbox example https://codesandbox.io/embed/w04l29nmm7\ni applied this documentation to sandbox https://nuxtjs.org/guide/routing#dynamic-nested-routes\n\npages/\n--| _category/\n-----| _subCategory/\n--------| _id.vue\n--------| index.vue\n-----| _subCategory.vue\n-----| index.vue\n--| _category.vue\n--| index.vue\n\nfor category route asyncData called 2 times\nfor category/subcategory route asyncData called 3 times\n\n\n\n### What is expected ?\n\nasyncData called once for single page\n\n### What is actually happening?\n\nasyncData called multiple times for single page\n\n### Additional comments?\n\nfor category route asyncData called 2 times\nfor category/subcategory route asyncData called 3 times\n\n\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/c9000\">#c9000\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2980,2981],{"name":2918,"color":2919},{"name":2905,"color":2906},5468,"asyncData called multiple times in nested routes ","2023-01-22T15:33:04Z","https://github.com/nuxt/nuxt/issues/5468",0.66843826,{"description":2988,"labels":2989,"number":2994,"owner":2908,"repository":2908,"state":2909,"title":2995,"updated_at":2996,"url":2997,"score":2998},"### 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.3.3\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/nuxt-starter-3zwbfd\r\n\r\nClick the 4 links in the menu one by one and you will see:\r\n- Path=/parent1/foo ID=foo\r\n- Path=/parent1/bar ID=bar\r\n- Path=/parent2/foo ID=foo\r\n- Path=/parent2/bar ID=foo \u003C------- here is the problem\r\n\r\n### Describe the bug\r\n\r\n`asyncData` doesn't update when navigating between sibling child routes (such as between two different `pages/some/[id].vue` where there is also `pages/some.vue` with `\u003Crouter-view />`).\r\n\r\nIt however updates when navigating between prefixed but root level sibling routes (such as between `pages/some/[id].vue` where there is **no** `pages/some.vue`).\r\n\r\n### Expected behavior\r\n\r\nClicking `/parent2/foo` then `/parent2/bar` calls `asyncData` automatically (or at least after adding adding `definePageMeta` with `key: route => route.params.id` to `parent2/[id].vue`).\r\n\r\n### Additional context\r\n\r\n1) Adding `definePageMeta` with `key: route => route.params.id` doesn't change anything.\r\n\r\n2) I think this might be related to #12361 but this bug is more important and imminent in my thinking.\r\n\r\n3) Of course, `\u003Crouter-view :key=\"$route.params.id\" />` (or even `$route.fullPath`) kind of fixes it. But this is hardly an acceptable solution:\r\n- This is weirdly inconsistent with no-intermediate-router behaviour (parent1 vs. parent2 in the reproduction).\r\n- There could be `pages/parent2/new.vue` and other non-parameter pages, which will break on `$route.params.id`.\r\n- `[id].vue` could be nested much deeply and have no logical relation to the upper level router-view.\r\n\r\nThe current workaround I use is moving each `[id].vue` into `[id]/index.vue` and creating `[id].vue` like this:\r\n\r\n```vue\r\n\u003Cscript lang=\"ts\">\r\nexport default defineComponent({}) // Trigger typescript in template\r\n\u003C/script>\r\n\r\n\u003Ctemplate>\r\n \u003Crouter-view :key=\"$route.params.id as string\" />\r\n\u003C/template>\r\n```\r\n\r\n### Logs\r\n\r\n_No response_",[2990,2993],{"name":2991,"color":2992},"3.x","29bc7f",{"name":2918,"color":2919},20668,"asyncData not updated for child routes","2023-05-04T10:34:23Z","https://github.com/nuxt/nuxt/issues/20668",0.67355335,{"labels":3000,"number":3003,"owner":2908,"repository":2908,"state":2909,"title":3004,"updated_at":3005,"url":3006,"score":3007},[3001,3002],{"name":2991,"color":2992},{"name":2918,"color":2919},14303,"data not changing with useAsyncData watch route ","2024-09-12T05:32:06Z","https://github.com/nuxt/nuxt/issues/14303",0.6735672,["Reactive",3009],{},["Set"],["ShallowReactive",3012],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f_ir__d2hnCD8O9MWZSr1r8uB6R91ytraTvA2XQ6lH84":-1},"/nuxt/nuxt/5257"]