grelle
grelle
NNuxt
Created by grelle on 1/12/2025 in #❓・help
Nuxt Apollo useAsyncQuery not executing on render
Building a Nuxt3 app with Strapi and Nuxt Apollo, GraphQL endpoint is working. My front and backend is in docker and can communicate and as far as i could understand the GraphQL query was working recently but now it is not fetching data from my endpoint until i manually refetch data in dev console using Payload view. The app is using SSR, is this some kind of hydration problem ? The query is a simple "gql" string and is working in Apollo playground. The data comes in when i manually refresh it but not on page load/refresh
9 replies