userguy5517
08/17/2021, 4:36 PM/refresh was getting back a 200 from my server, but the response payload/headers obviously didn't have any tokens or useful auth information included. This is what was causing the infinite loop, and I can repro it pretty easily just by configuring my server to res.status(200).send('ok') on the endpoint