apollographql / apollographql/apollo-client-devtools

RPC_MESSAGE_TIMEOUT when using Apollo Client

Open
#1,485 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.5k
Forks
172
Avg merge
10m
Merged PRs (30d)
8

Description

Error on Cache tab:

```
ApolloError: RPC_MESSAGE_TIMEOUT

ApolloError
at new t (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:336837)
at chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:374825
at i (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:344588)
at chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:344502
at new Promise ()
at Object.then (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:344468)
at Object.next (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:344598)
at st (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:256763)
at lt (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:257276)
at t.next (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:257816)
```

### Additional details
I am just trying to connect to Apollo dev tools to see cached data and whatnot, because right now my Apollo client appears to not be caching any data.

### `@apollo/client` version

### Apollo Client Devtools version
4.18.2

Contributor guide

Open the contributing guide

Research direction

Begin with the Cache tab reproduction using Apollo Client Devtools 4.18.2; the @apollo/client version and a minimal reproduction are still missing. Trace the RPC_MESSAGE_TIMEOUT between the extension and Apollo Client, then verify that the Cache tab loads cached data without the error.

Written by the indexing model from the issue text.

Assessment

Tech stack
graphql, typescript
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.