<@498057949541826571> Ok, so for #1, what was actu...
# support-questions
u
@rp Ok, so for #1, what was actually happening was that the "apiBasePath" was misconfigured, so the request to
/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