Hi everyone,
We're trying to implement SSR in Nuxt 3 without making API calls on the client side. This worked fine in Nuxt 2, but in Nuxt 3, when navigating to a page, the useAsyncData function still triggers an API call. Is there a way to prevent this and enforce blocking navigation like we had in Nuxt 2? Any advice would be appreciated!