\r\n \u003C/NuxtLayout>\r\n\u003C/template>\r\n```\r\ndefined. And in pages is the layout (which is in /layouts (default.vue, test.vue) with definePageMeta\r\n```\r\n\u003Cscript setup lang=\"ts\">\r\ndefinePageMeta({\r\n layout: 'test',\r\n});\r\n\u003C/script>\r\n```\r\n\r\n### Describe the bug\r\n\r\nOnly since a few days without any recall of change regarding these files, we noticed that on the checkout and account pages it will always load the default layout now. If we add a console.log right underneath the definePageMeta it shows up, so the file itself etc is the correct, just the right layout isn't applied anymore.We tried updating the packages but even that didn't change the behavior, same with cache and a fresh dev start.\r\nI've also read through https://github.com/nuxt/nuxt/issues/13354 which seemed to be the same bug, but we have the NuxtPage wrapping the NuxtLayout in the app.vue.\r\n\r\nAny clues/ ideas on which direction we could debug would be highly appreciated!\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_",[2089,2090],{"name":1985,"color":1986},{"name":1988,"color":1989},27943,"definePageMeta doesn't work/ gets ignored","2024-08-28T18:39:04Z","https://github.com/nuxt/nuxt/issues/27943",0.6530838,{"description":2097,"labels":2098,"number":2102,"owner":1991,"repository":1991,"state":2005,"title":2103,"updated_at":2104,"url":2105,"score":2106},"### Environment\n\n- Operating System: `Windows_NT`\r\n- Node Version: `v16.18.0`\r\n- Nuxt Version: `3.0.0-rc.12`\r\n- Nitro Version: `0.6.0`\r\n- Package Manager: `yarn@1.22.19`\r\n- Builder: `vite`\r\n- User Config: `ssr`, `target`, `modules`, `build`, `css`, `googleFonts`\r\n- Runtime Modules: `@nuxtjs/google-fonts@3.0.0-1`, `@pinia/nuxt@0.4.3`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\n_~/pages/index.tsx_\r\n```\r\nexport default defineComponent(() => {\r\n definePageMeta({\r\n middleware: 'auth',\r\n });\r\n\r\n return () => \u003Ch1>hello\u003C/h1>;\r\n});\r\n```\r\n\r\n_~/middleware/auth.ts_\r\n```\r\nexport default defineNuxtRouteMiddleware((to, from) => {\r\n console.log('hello from middleware');\r\n});\r\n```\r\n\n\n### Describe the bug\n\nwhen i define the `definePageMeta` on inside of `defineComponent` as function or options i get a log error on browser console\r\n\r\n_browser console_\r\n\r\n\r\napparently the error is only in the console does not reflect in the code.\n\n### Additional context\n\nthe error is only in the browser console, it does not return any error when run `yarn dev`\r\n\r\n\n\n### Logs\n\n_No response_",[2099,2100,2101],{"name":2001,"color":2002},{"name":2017,"color":2018},{"name":2023,"color":1989},15282,"`definePageMeta()` warning when defined inside `defineComponent()`","2024-03-17T19:43:28Z","https://github.com/nuxt/nuxt/issues/15282",0.6544147,["Reactive",2108],{},["Set"],["ShallowReactive",2111],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"Hz1RgEREFmdCRpqL-VDFa9ko7iihhzzX4oNAfrhwQ1I":-1},"/nuxt/nuxt/15344"]