Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC_MESSAGE_TIMEOUT when using Apollo Client #1485

Open
leonardfountain opened this issue Aug 24, 2024 · 1 comment
Open

RPC_MESSAGE_TIMEOUT when using Apollo Client #1485

leonardfountain opened this issue Aug 24, 2024 · 1 comment

Comments

@leonardfountain
Copy link

leonardfountain commented Aug 24, 2024

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 (<anonymous>)
    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

@phryneas
Copy link
Member

phryneas commented Aug 26, 2024

This error usually occurs when your browser updates the DevTools while they are already opened and connected to your page (see #1476).

Could you please try to restart your browser and see if that makes it work again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants