apollo-client-devtools
apollo-client-devtools copied to clipboard
Run Queries disappear
Intended outcome: Queries should stay in the list after they have finished so they can be replayed in graphiql
Actual outcome:
Queries vanish.

How to reproduce the issue: Currently happens everywhere I tried to use Apollo Devtools
Desktop (please complete the following information):
- OS: Windows 10
- Browser: Firefox
- Browser version: 78.11.0esr
- Extension version: 3.0.5
@sschneider-ihre-pvs any chance you could provide a small runnable app that this happens with, to help with troubleshooting?
I think not since it is an internal project. Is there any way to get you some extra information that could be relevant? What could cause queries to disappear? Is there a log file or something?
I also have in an internal project the same behavior where some (not all) queries are disappearing after few seconds.
Same thing happens in my app - queries only stay in the queries tab for less than a second or so.
Perhaps it's due to older versions of apollo-client and friends?
This app is on:
"apollo-cache-inmemory": "1.5.1",
"apollo-client": "2.5.1",
"apollo-client-preset": "1.0.8",
"apollo-link": "1.2.11",
"apollo-link-context": "1.0.14",
"apollo-link-http": "1.5.11",
"apollo-link-ws": "1.0.17",
"apollo-utilities": "1.3.2",
Same thing happens in my app - queries only stay in the queries tab for less than a second or so.
Perhaps it's due to older versions of apollo-client and friends?
This app is on:
"apollo-cache-inmemory": "1.5.1", "apollo-client": "2.5.1", "apollo-client-preset": "1.0.8", "apollo-link": "1.2.11", "apollo-link-context": "1.0.14", "apollo-link-http": "1.5.11", "apollo-link-ws": "1.0.17", "apollo-utilities": "1.3.2",
i have "@apollo/client": "^3.2.3", and having the same problem.
they show then vanish after a second
Having same issues. It seems to be more complicated (at least in my case): Active Queries are duplicated, they are almost identical, but one has __typename in it. And the one that has __typename disappears when I navigate from the page. What's even worse, when i try to refetch this query, I get a warning about Unknown query which causes issues with updating cache