4.3.0 NuxtError use in error.vue isn't showing status and statusText #34143
|
I upgraded to the I noticed though that in Is this ok as it is or should it work? Did the logic for the Edit: Added a small reproduction in stackblitz : https://stackblitz.com/edit/github-ty93bw61?file=app%2Ferror.vue,app%2Fapp.vue |
Replies: 3 comments 2 replies
|
I’ve also run into this problem. In error.vue, the new status and statusText properties in the error props are only present when navigating to the error page via SSR. If I try to display an error from the client using |
|
@alexgil1994, Could you please fix the version in the header 4.3.0? |
|
@alexgil1994 Seems like they've already fixed it, should be in 4.3.1 (#34188) |
@alexgil1994 Seems like they've already fixed it, should be in 4.3.1 (#34188)