Skip to content

[bug] skip freezes SSR even with PR #511 #560

@beeplin

Description

@beeplin

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:

  1. $ vue create test (with lint & router)
  2. $ cd test
  3. $ vue add apollo (with example code & graphql server)
  4. $ vue add @akryum/ssr
  5. imports components/ApolloExample.vue into views/Home.vue and add a :skip="true" in any of the<ApolloQuery>s in it.
  6. $ yarn apollo
  7. $ yarn ssr:serve
  8. go to apolloExample page and refresh -- it freezes.
  9. edit vue-apollo.esm.js with the fix in fix: ssr blocking when skip is true #511 and refresh
  10. it still freezes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions