fetchMore after being offline
See original GitHub issueThis issue ticket branched off from #1413
Intended outcome:
fetchMore
failing for follow up requests after encountering network errors
Actual outcome:
fetchMore
should work after being offline
How to reproduce the issue: https://github.com/sreucherand/react-apollo-error-template
- Turn off network
- Try to Fetch more. See the error
- Turn on network
- Try to Fetch more again
Version
- apollo-client@1.9.0
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Hooks - Apollo GraphQL Docs
An array (or a function that returns an array) that specifies which queries you want to refetch after the mutation occurs. Each array...
Read more >Next.js & Apollo GraphQL: Using fetchMore() - SlideShare
small explainer on Apollo GraphQL's fetchMore used in Next.js with React. ... Download to read offline ... How a Smart Leader Sets SMART...
Read more >React Query, Solid Query, Svelte Query, Vue Query - TanStack
TanStack Query is configurable down to each observer instance of a query with ... Render-as-you-fetch Prefetching Variable-length Parallel Queries Offline ...
Read more >retrieveMultipleRecords (Client API reference) - Microsoft Learn
Unsupported Attribute Types for OData query options in Mobile Offline. The following Column types are not supported when doing a Xrm.WebApi.
Read more >FetchMore : Request executed twice every time - Stack Overflow
Adding nextFetchPolicy: "cache-first". to the useQuery hook prevents making a server call when the component re renders.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Any news on this.
@jbaxleyiii I tested this on version 2.1.0 of apollo. Breaks aswell. Crashes when attempting to fetch more when offline, and then also crashes on all subsequent calls