alex pixel
nuxi generate, nested useAsyncData, not working
Thanks for responding. While trying to reproduce it I found some issues in my useAsyncData functions.
I think the payload wasn't serializable which didn't resulted in error on SSR and Client Side, but in SSG.
In my simple project code I could use nested useAsyncData functions from different components and don't needed
experimental: { asyncContext: true }
but in my code I needed it because I use the nuxtApp in this parts of the code.3 replies
useHead with scripts, how set html attribute to ="true"
thanks for the response. I opened a bug https://github.com/unjs/unhead/issues/103
5 replies