You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have observed the application trying to fetch sessions also when it shouldn't and in some cases the requests can even fail because there's no valid token in memory anymore.
I guess this is happening because the periodic fetching is not cleared properly on component unmount, either the code which does the clearing of the interval is wrong or there's some other part of the application which prevents the unmounting from being performed correctly.
Here's how I am able to replicate this:
sign up with mobile phone number verification
in the verification page, check the network tab in the developer console
The text was updated successfully, but these errors were encountered:
This happened to me again during testing but I am not able to reproduce it consistently yet.
It's just a matter of time before i'll understand how to replicate it so we can fix it.
I have observed the application trying to fetch sessions also when it shouldn't and in some cases the requests can even fail because there's no valid token in memory anymore.
I guess this is happening because the periodic fetching is not cleared properly on component unmount, either the code which does the clearing of the interval is wrong or there's some other part of the application which prevents the unmounting from being performed correctly.
Here's how I am able to replicate this:
The text was updated successfully, but these errors were encountered: