GithubHelp home page GithubHelp logo

Comments (3)

jamesreggio avatar jamesreggio commented on May 5, 2024

Hi @crubier — I think this is actually a problem with InMemoryCache, which does not correctly store the (query, variables, results) tuple of the fetchMore operation. You can confirm this with the following steps:

  1. Disable apollo-cache-persist
  2. Run your app
  3. Visit a screen
  4. Cause it to fetchMore
  5. Leave that screen
  6. Go offline
  7. Return to that screen
  8. Cause it to fetchMore

If the cache was storing fetchMore data properly, it should be available in Step 8 while you're offline, but I'm 99% certain that it won't be. Anecdotally, I've encountered this problem before, but I haven't taken the time to isolate it and file an issue on apollo-client.

Perhaps you could file it there?

from apollo-cache-persist.

jamesreggio avatar jamesreggio commented on May 5, 2024

I'm going to close this issue. If you try the steps above and end up discovering that this issue only repros when apollo-cache-persist is included, please comment and we'll dig in deeper.

from apollo-cache-persist.

nuragic avatar nuragic commented on May 5, 2024

Hi!

Anecdotally, I've encountered this problem before, but I haven't taken the time to isolate it and file an issue on apollo-client.

@jamesreggio I'm struggling with this same problem I believe... As far as I can see, the cache doesn't contains those queries that were triggered by fetchMore... Do you managed to solve it or have you reported it to apollo-client? Thanks!

from apollo-cache-persist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.