\r\n \u003C/NuxtLayout>\r\n\u003C/template>\r\n```\r\n",[3150,3153],{"name":3151,"color":3152},"pending triage","E99695",{"name":3138,"color":3139},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":3160,"number":3166,"owner":3141,"repository":3141,"state":3142,"title":3167,"updated_at":3168,"url":3169,"score":3170},[3161,3164,3165],{"name":3162,"color":3163},"stale","ffffff",{"name":3151,"color":3152},{"name":3138,"color":3139},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":3172,"labels":3173,"number":3177,"owner":3141,"repository":3141,"state":3142,"title":3178,"updated_at":3179,"url":3180,"score":3181},"### 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> ",[3174,3175,3176],{"name":3162,"color":3163},{"name":3151,"color":3152},{"name":3138,"color":3139},3512,"Async data not being called on link click","2023-01-22T15:30:05Z","https://github.com/nuxt/nuxt/issues/3512",0.66267383,{"labels":3183,"number":3187,"owner":3141,"repository":3141,"state":3142,"title":3188,"updated_at":3189,"url":3190,"score":3191},[3184,3185,3186],{"name":3162,"color":3163},{"name":3151,"color":3152},{"name":3138,"color":3139},6585,"asyncData unexpectedly recovers initial value of data","2023-01-22T15:34:46Z","https://github.com/nuxt/nuxt/issues/6585",0.6633931,{"description":3193,"labels":3194,"number":3196,"owner":3141,"repository":3141,"state":3142,"title":3197,"updated_at":3198,"url":3199,"score":3200},"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>",[3195],{"name":3138,"color":3139},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":3202,"number":3205,"owner":3141,"repository":3141,"state":3142,"title":3206,"updated_at":3207,"url":3208,"score":3209},[3203,3204],{"name":3151,"color":3152},{"name":3138,"color":3139},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":3211,"labels":3212,"number":3215,"owner":3141,"repository":3141,"state":3142,"title":3216,"updated_at":3217,"url":3218,"score":3219},"### 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>",[3213,3214],{"name":3151,"color":3152},{"name":3138,"color":3139},5468,"asyncData called multiple times in nested routes ","2023-01-22T15:33:04Z","https://github.com/nuxt/nuxt/issues/5468",0.66843826,{"description":3221,"labels":3222,"number":3227,"owner":3141,"repository":3141,"state":3142,"title":3228,"updated_at":3229,"url":3230,"score":3231},"### 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_",[3223,3226],{"name":3224,"color":3225},"3.x","29bc7f",{"name":3151,"color":3152},20668,"asyncData not updated for child routes","2023-05-04T10:34:23Z","https://github.com/nuxt/nuxt/issues/20668",0.67355335,{"labels":3233,"number":3236,"owner":3141,"repository":3141,"state":3142,"title":3237,"updated_at":3238,"url":3239,"score":3240},[3234,3235],{"name":3224,"color":3225},{"name":3151,"color":3152},14303,"data not changing with useAsyncData watch route ","2024-09-12T05:32:06Z","https://github.com/nuxt/nuxt/issues/14303",0.6735672,["Reactive",3242],{},["Set"],["ShallowReactive",3245],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f_ir__d2hnCD8O9MWZSr1r8uB6R91ytraTvA2XQ6lH84":-1},"/nuxt/nuxt/5257"]