useQueries with retries and redirects end up using the same redirect for all Queries
When running code like this
the first requests go to and fail (this is expected to fail due to some dispatcher -> worker architecture)
every subsequent try alwys tries
Is this known behaviour? How can i fix this?
0 Replies