Hello. The refresh token functionality for the frontend SDK does not appear to be working for us. We are using Axios and following this documentation
https://supertokens.com/docs/session/quick-setup/handling-session-tokens
When there is a session refresh, our users get logged out of the app. Is there some sort of additional backend configuration we need? From the documentation it looks like
export const supertokensClient = axios.create();
SuperTokens.addAxiosInterceptors(supertokensClient);
should be all we need for refresh tokens to work