\r\n \u003C/NuxtLayout>\r\n\u003C/template>\r\n```\r\ndid not change the problem that the error page didn't get the layout. This is the first bug in my opinion. So I did a workaround:\r\n```\r\n\u003Cscript setup lang=\"ts\">\r\nimport type { NuxtError } from '#app'\r\nimport DefaultLayout from \"/layouts/default.vue\"\r\nconst props = defineProps({\r\n error: Object as () => NuxtError\r\n})\r\n\u003C/script>\r\n\u003Ctemplate>\r\n \u003CDefaultLayout>\r\n \u003Cdiv>\r\n \u003Ch1>{{ \"Error \" + error?.statusCode }}\u003C/h1>\r\n \u003Cpre>{{ JSON.stringify(error, null, 4) }}\u003C/pre>\r\n \u003CNuxtLink to=\"/\">Go back home\u003C/NuxtLink>\r\n \u003C/div>\r\n \u003C/DefaultLayout>\r\n\u003C/template>\r\n```\r\nThis was ugly but worked however eventually I noticed another problem. I tried passing props from layout to page components and that wasn't working (second bug). So I fixed (?) the problem by replacing `\u003Cslot>` on the layout with `\u003CNuxtPage />`. This again worked but I faced another problem: Now the error page content (other than layout) isn't visible. So now the \"best\" choice I know I have is to have an error page without a layout, but that's not what I want. Do you confirm my bug reports? What should I do? Thanks.",[2970,2971,2972,2975],{"name":2904,"color":2905},{"name":2907,"color":2908},{"name":2973,"color":2974},"needs reproduction","FBCA04",{"name":2976,"color":2977},"closed-by-bot","ededed",25982,"Layout issues (error page, slot/NuxtPage props)","2024-12-21T23:06:42Z","https://github.com/nuxt/nuxt/issues/25982",0.6515311,{"labels":2984,"number":2992,"owner":2910,"repository":2910,"state":2911,"title":2958,"updated_at":2993,"url":2994,"score":2995},[2985,2988,2991],{"name":2986,"color":2987},"enhancement","8DEF37",{"name":2989,"color":2990},"documentation","5319e7",{"name":2904,"color":2905},11974,"2023-01-19T16:08:28Z","https://github.com/nuxt/nuxt/issues/11974",0.6552422,{"description":2997,"labels":2998,"number":3001,"owner":2910,"repository":2910,"state":2911,"title":3002,"updated_at":3003,"url":3004,"score":3005},"### Environment\n\n- Operating System: Darwin\r\n- Node Version: v18.15.0\r\n- Nuxt Version: 3.9.3\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: yarn@1.22.19\r\n- Builder: -\r\n- User Config: devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-stprju\n\n### Describe the bug\n\nWhen changing layout my links break at least, on nuxt 3.8.2 everything worked fine\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2999,3000],{"name":2904,"color":2905},{"name":2907,"color":2908},25307,"Everything breaks down when you change the layout","2024-01-19T10:18:34Z","https://github.com/nuxt/nuxt/issues/25307",0.65896183,["Reactive",3007],{},["Set"],["ShallowReactive",3010],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fLCCJBr5HEkvQWvLycsUIhYp73mubwU4m-RFDQ3zEDIA":-1},"/nuxt/nuxt/15367"]