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
We used the relay middleware to help us cache some queries. One of being a query called ViewerIdQuery, it just fetches the id on the viewer. For some reason our help abort this query keeps getting aborted. What would cause a query to be aborted? If we cache it, should it still be reported that it's aborted?
LOG [RELAY-NETWORK] Aborted
LOG [RELAY-NETWORK] will retry in 1000 milliseconds
LOG [RELAY-NETWORK] Cancelled ViewerIdQuery
LOG [trace] Rollbar.error
[AbortError: Aborted]
The text was updated successfully, but these errors were encountered:
Queries may get canceled when a component re-renders or some other UI change is triggered that cancels an incomplete query. If you're experiencing this without doing anything, maybe something in your app is causing a re-render via a timeout or some other side effect?
We used the relay middleware to help us cache some queries. One of being a query called ViewerIdQuery, it just fetches the id on the viewer. For some reason our help abort this query keeps getting aborted. What would cause a query to be aborted? If we cache it, should it still be reported that it's aborted?
The text was updated successfully, but these errors were encountered: