Open LukasHechenbergerID opened 7 months ago
Reproduction Sorry, none
Hi, @LukasHechenbergerID please provide a minimal reproduction link using https://stackblitz.com/fork/github/nuxt/starter/tree/v3-stackblitz. See Why Reproductions are required
Same, I temporarely added this snippet instead to get a 404
if (!story?.value?.content) { throw createError({ statusCode: 404, statusMessage: 'Page Not Found' }) }
Describe the issue you're facing
When calling useAsyncStoryblok with a nonexistent url, I get undefined back.
In the documentation there is this bit: Previously there would be a status returned, regardless if the site exists or not. But now you get undefined back and it throws an error (instead of a 404 there is a 500 shown to the user in my case)
Has the api changed?? I couldn't find infos on this
Reproduction
Sorry, none
Steps to reproduce
No response
System Info
Used Package Manager
pnpm
Error logs (Optional)
No response
Validations