You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not limited to GraphQL requests. I have a number of private slow json based apis that respond in the 1 - 3 second time range, setting a repeat on interval value between 0.5-0.9 causes the same behaviour with those endpoints.
From examining the console logs, the requests/responses do appear to be proceeding, but the user interface never updates beyond the initial progress spinner and ultimately you need to cancel the requests.
HTTP/2 Preferred and a response timeout of 30000ms is set.
Insomnia Version
8.4.5
What operating system are you using?
Ubuntu
Operating System Version
6.2.0-37-generic # 38~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 2 18:01:13 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Installation method
deb package
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered:
FYI, from my side, the time interval should start from the previous request response.
Additionally, it's more intuitive to request immediately upon button click.
Expected Behavior
The response from the api call should be shown in the response panels.
Actual Behavior
The response pane hangs when the request is sent, the api being tested here typically responds in around 30ms
Reproduction Steps
https://countries.trevorblades.com/
as the POST urlThe typical response times for this api are
30ms
0.15
Is there an existing issue for this?
Additional Information
This is not limited to GraphQL requests. I have a number of private slow json based apis that respond in the 1 - 3 second time range, setting a repeat on interval value between 0.5-0.9 causes the same behaviour with those endpoints.
From examining the console logs, the requests/responses do appear to be proceeding, but the user interface never updates beyond the initial progress spinner and ultimately you need to cancel the requests.
HTTP/2 Preferred and a response timeout of 30000ms is set.
Insomnia Version
8.4.5
What operating system are you using?
Ubuntu
Operating System Version
6.2.0-37-generic # 38~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 2 18:01:13 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Installation method
deb package
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: