-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better error handling on useAsyncStoryblok #317
Comments
Maybe it shouldn't use the internal nuxt3 one... maybe that was a mistake. |
This issue is already being discussed at #329 |
We will pass the error to the call directly. #398 |
@Dawntraoz Interesting changes. Especially the change to useState as the suggested way to do SSR. Has this been tested for generating static pages during build/generate? |
Hi @SebbeJohansson, indeed, that was the first test actually. You can reproduce it by using the npm link if you want or running the playground as static in the branch used for the PR. And the use of the |
@Dawntraoz amazing! Thanks for all the hard work 🥳 |
Improve the error handling on the composable
useAsyncStoryblok
to provide the user with more accurate information.The text was updated successfully, but these errors were encountered: