note that if you disable the fetch interception, t...
# support-questions
r
note that if you disable the fetch interception, then methods such as sign out or getJWTPayload may stop working.. as those use fetch. So you will also have to override those functions to use axios instead.