\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.",[3203,3204,3205,3208],{"name":3137,"color":3138},{"name":3140,"color":3141},{"name":3206,"color":3207},"needs reproduction","FBCA04",{"name":3209,"color":3210},"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":3217,"number":3225,"owner":3143,"repository":3143,"state":3144,"title":3191,"updated_at":3226,"url":3227,"score":3228},[3218,3221,3224],{"name":3219,"color":3220},"enhancement","8DEF37",{"name":3222,"color":3223},"documentation","5319e7",{"name":3137,"color":3138},11974,"2023-01-19T16:08:28Z","https://github.com/nuxt/nuxt/issues/11974",0.6552422,{"description":3230,"labels":3231,"number":3234,"owner":3143,"repository":3143,"state":3144,"title":3235,"updated_at":3236,"url":3237,"score":3238},"### 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_",[3232,3233],{"name":3137,"color":3138},{"name":3140,"color":3141},25307,"Everything breaks down when you change the layout","2024-01-19T10:18:34Z","https://github.com/nuxt/nuxt/issues/25307",0.6589618,["Reactive",3240],{},["Set"],["ShallowReactive",3243],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fLCCJBr5HEkvQWvLycsUIhYp73mubwU4m-RFDQ3zEDIA":-1},"/nuxt/nuxt/15367"]