Here is our scenario, when I initially load the page, the API call is made via server side only, no API call from the CMS visible. After navigating to another page (without exiting the site) and then returning to the original page, the developer tools show that the API call is triggered again on the client side. Is there a way to prevent this?
We tried getCachedData but still the same behaviour. We just want to block the navigation I guess. This was possible in Nuxt2.