Intended outcome: View local root cache structure, queries, mutations
Actual outcome: Apollo devtools frame appears, but no data is populated in any tab. Navigating to the graphiql tab seems to cause the extension to crash, only fixed by closing & reopening devtools.

How to reproduce the issue:
Desktop (please complete the following information):
Thanks for letting us know @timhere. Which exact version of apollo-client are you using?
I have same issue, i'm using [email protected]
Thanks for letting us know @timhere. Which exact version of
apollo-clientare you using?
Thanks for the speedy response, I'm using [email protected].
Having the same problem with [email protected]
Fixed on Apollo Client Devtools 3.0.2
Same problem here, [email protected]
Same problem here,
[email protected]
Try to install v3.0.2. Its worked for me.
Same problem here,
[email protected]Try to install v3.0.2. Its worked for me.
huh! I actually checked the chrome extension for an update and didn't see one, so assumed I was on v3.0.2.
I just did an uninstall-reinstall and that seemed to force an update from v3.0.0 -> v3.0.2, which fixed the issue for me.
Tyvm for the reply @arascan35 - you got me unstuck! :D
Interesting - @timhere does 3.0.2 fix things for you by chance?
I have tried to remove and reinstall the extension. So now the version is exactly 3.0.2.

But still, it doesn't work for me.
:roll_eyes:
Update on my end - it _kinda_ works, but appears very flaky. I haven't pinned down repro for what's breaking it, but uninstalling and reinstalling seems to fix me for a few page loads. Definitely strange.
Is there a straightforward way to install a version that's compatible with apollo-client 2.6.x?
You can downgrade the apollo-client-devtool version.
I did build for the v2.3.5 and then installed it.
https://github.com/apollographql/apollo-client-devtools/tree/v2.3.5
Now it works for me.
Thanks all - we'll take a closer look.
@hwillson unfortunately it's still not working for me, I have the same issues with 3.0.2.
It seems like the issue is queries with empty document property




I've created two pull requests, please merge one of them
chrome-500-pr-packed-extension.zip
chrome-501-pr-packed-extension.zip
firefox-500-pr-extension.zip
firefox-501-pr-extension.zip
To try extension in chrome, please download for example chrome-500-pr-packed-extension.zip, unpack it, uninstall the existing apollo extension, ensure Developer mode switch is on, click "load unpacked" button in the chrome installed extensions page, navigate to the unpacked folder and select it. Done.
Most helpful comment
It seems like the issue is queries with empty document property




I've created two pull requests, please merge one of them
500 pull request hides the query completely
501 pull request displays query as "Unnamed"
chrome-500-pr-packed-extension.zip
chrome-501-pr-packed-extension.zip
firefox-500-pr-extension.zip
firefox-501-pr-extension.zip
To try extension in chrome, please download for example chrome-500-pr-packed-extension.zip, unpack it, uninstall the existing apollo extension, ensure Developer mode switch is on, click "load unpacked" button in the chrome installed extensions page, navigate to the unpacked folder and select it. Done.