Skip to content
Discussion options

You must be logged in to vote

UPDATE: Turned out this had nothing to do with React Query (sorry for bothering you with this issue).

The issue was with Network requests hanging, due to a very sneaky server bug. Seemed like RQ played a role since the DevTools e.g. weren't showing some queries that should have been running, but it was the other end of the stack that was problematic.

For posterity, the issue was with an express-session custom store failing to call the callback() function on all branches, causing the non-deterministic behaviour with hanging requests. Pesky callbacks strike again

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@sinclairnick
Comment options

@TkDodo
Comment options

@sinclairnick
Comment options

Comment options

You must be logged in to vote
1 reply
@sinclairnick
Comment options

Answer selected by TkDodo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4503 on November 13, 2022 09:37.