useQueries with retries and redirects end up using the same redirect for all Queries
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?