\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.",[2984,2985,2986,2987],{"name":2904,"color":2905},{"name":2907,"color":2908},{"name":2974,"color":2975},{"name":2988,"color":2989},"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.6802535,{"labels":2996,"number":2999,"owner":2910,"repository":2910,"state":2911,"title":3000,"updated_at":3001,"url":3002,"score":3003},[2997,2998],{"name":2907,"color":2908},{"name":2930,"color":2931},8452,"v12.14.10 is breaking existing projects","2023-01-22T15:38:24Z","https://github.com/nuxt/nuxt/issues/8452",0.6837283,{"labels":3005,"number":3008,"owner":2910,"repository":2910,"state":2911,"title":3009,"updated_at":3010,"url":3011,"score":3012},[3006,3007],{"name":2907,"color":2908},{"name":2930,"color":2931},10351,"No error raised when non-existing layout is set","2024-06-15T13:00:29Z","https://github.com/nuxt/nuxt/issues/10351",0.6847612,["Reactive",3014],{},["Set"],["ShallowReactive",3017],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fCJ55JSZcbe0K2QyJvFWlP-f3MXBMhx0HGAE8N03FmyE":-1},"/nuxt/nuxt/9587"]