Walter Holohan
Walter Holohan
Hey @cwomack , thanks for picking up. Happy to jump a call to help triage further if that helps. Also if you have any other workarounds that would be super...
Thanks for the reply Chris. I will add in more debugging logs to see if I can expose more of the error. In the meantime, should I go pure vanilla...
Yep I can see in Sentry a few slow network/no network requests. In our app, if no network connection then we still want the user to be logged in and...
Hey @cwomack sorry about the delay. I added some extra logs to our app and was just waiting to see what came back. Below is what I found Sentry shows...
@cwomack we seem to be getting a lot of people now where the token is failing to refresh, even though our refresh token expiry is set to 3 years and...
So at one stage we were making the fetchAuthSession() before every API call thinking that it would just return the `idToken` from async store if it was not expired and...
@cwomack unfortunately we are still getting user's whose tokens are getting wiped from async storage. It seems like if we hit `fetchAuthSession` with a few concurrent requests then the token...
@HuiSF unfortunately the headers don't appear in the Sentry logs, however I can connect the app to a debugger and get the headers for you. However it prob wont be...
@HuiSF apologies for the delay but below is a screenshot of the request headers. Luckily in some Postman scripts we had similar headers set to refresh token's for tests user's...
@HuiSF I am unable to reproduce locally. However is there a way I can view the API logs in AWS console? ChatGPT says I can do below