in a page component. 2. When running in local development, the fetch is being called server side and the page is loading with the returned data in NUXT_DATA 3. When running in production however this is not happening. It wont call on serer side (and only calls on client side when doing client side routing)