How to make unauthenticated just fail instead of retrying at increasing intervals?
Original message was deleted
retry: 0 is the correct way to go, but you can also set defaults for this globally on the QueryClient to make it opt-in for all queries, or you can wrap this particular query up in a custom useAuthQuery() hook with the default baked in and have a convention to use that insteadretry: 0QueryClientuseAuthQuery()