"useAsyncData" does not show error page on "createError"
Hey there, i want to create a composable for my api. Which just is a wrapper for the
Within that wrapper i want to throw an global error, in case the api response with a status code >= 500
And calling that in my page component:
This
useAsyncData component:Within that wrapper i want to throw an global error, in case the api response with a status code >= 500
And calling that in my page component:
This
console.log line is shown in the cli (ssr and csr) but the error-page is never shown, not when refreshing the page or navigating using the vue-router.