useFetch() , useAsyncData() doesn't work on server side rendering.
Am currently dealing with an issue with nuxt3
useFetch() , useAsyncData() doesn't work on initial page load or refresh unless I set the server property to false
And I need this pages to be rendered on the server
.
useFetch() , useAsyncData() doesn't work on initial page load or refresh unless I set the server property to false
And I need this pages to be rendered on the server