-
-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Description
After 3.0.0-beta.28, SSR freezes with skip option === true. This bug is also refered in nuxt-modules/apollo#199. #511 meant to fix it, but the bug seems remains.
Steps to repeat:
$ vue create test(with lint & router)$ cd test$ vue add apollo(with example code & graphql server)$ vue add @akryum/ssr- imports
components/ApolloExample.vueintoviews/Home.vueand add a:skip="true"in any of the<ApolloQuery>s in it. $ yarn apollo$ yarn ssr:serve- go to apolloExample page and refresh -- it freezes.
- edit
vue-apollo.esm.jswith the fix in fix: ssr blocking whenskipis true #511 and refresh - it still freezes.
Metadata
Metadata
Assignees
Labels
No labels