<@!519903709136945176> one more reason why you mig...
# general
r
@User one more reason why you might be facing the issue, even if the interceptors are being added is cause you may be creating a session as a response to a browser level navigation. This means that the interceptors cannot handle the response to add some of the relevant tokens. If this is the case, you want to make sure to create a session only as a response to an API call from your JS code that runs on the frontend.