You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where did you found apollo-client 4.0.0? Probably you mean vue-apollo 4.0.0? In case of that what apollo-client version do you have? It should be something around 3.2 or 3.3. In my case everything works with vue-apollo v3.0.5 + apollo-client v3.2.6.
I replaced apollo-client by @apollo/[email protected] but I still have the same problem. Because I use vue-apollo-composable, I guess I don't need vue-apollo client?
tcastelly
changed the title
Vue Apollo 4, prefetch not working in ssr mode
Vue Apollo Composable 4, prefetch not working in ssr mode
Nov 20, 2020
Describe the bug
When VueJS 3 application is running in ssr mode, the prefetch apollo is not working.
To Reproduce
My workaround is to add a promise in
serverPrefetch
to wait values:Link to a project:
https://github.com/shenron/vue3-example-ssr/blob/apollo/src/pages/Graphql.vue
Expected behavior
In my mind, because I set
prefetch
to true, the query should be resolved before therenderToString
.Versions
vue: 3.0.2
edit:
apollo-client: 4.0.0-alpha.12@apollo/client: 3.2.0
@vue/apollo-composable: 4.0.0-alpha.12
The text was updated successfully, but these errors were encountered: