graphiql-app icon indicating copy to clipboard operation
graphiql-app copied to clipboard

Bug: HTTP requests not traced in Network tab of the Developer Tools

Open mxmlnglt opened this issue 5 years ago • 3 comments

Windows 10 Pro (64-bit) GraphiQL App v0.7.2

Steps to reproduce:

  • open GraphiQL.app
  • open View menu > Toggle Developer Tools (or Ctrl+Alt+i), then select Network tab
  • create a new Query tab with:
    • GraphQL Endpoint: https://swapi.graph.cool
    • Method: POST
    • Query: (something as simple as) {allFilms{id}}
  • then hit the Play button

The date appears in the result panel, but at the same time nothing shows up in the Network tab, except in my case a request to a static bundle (probably the magnifier icon from the Documentation Explorer tab on the right I opened just thereafter).

GraphiQL app_Network_tab_empty

mxmlnglt avatar May 17 '19 15:05 mxmlnglt

Confirming it works on v0.7.0

FX-HAO avatar Jun 04 '19 07:06 FX-HAO

This still seems to be an issue v0.7.2. Any updates?

ameteiver avatar Jun 14 '22 15:06 ameteiver

Network capture does not work on Windows

peterbud avatar Apr 03 '23 21:04 peterbud