-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛] [iOS] [Auth] - The app crash on iOS when I login. #7080
Comments
Hello 👋, to help manage issues we automatically close stale issues. This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
Thank you for your contributions. |
We have one particular user that is generating this same crash on iOS. It only affects the one device as far as we can tell (iphone 11 pro). We are on versions 16.5 for rn firebase and .68.9 for react native itself. Very odd though since none of other other users run into the issue. |
Hello 👋, to help manage issues we automatically close stale issues. This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
Thank you for your contributions. |
Hey @aureliopetrone, Did you find a solution? It's same in here with This is what I found from TestFlight crash report: Exception reason:
Debugging update 1:I changed the Debugging update 2:After I finally managed to run the application on the previously mentioned phone, I've noticed that I was logged in(from cache I guess). I've just simply logged out, and then restored the above mentioned code to Verdict:I think the problem occurs If the user was previously logged in, and some cached thing brakes everything. I'm going to check the |
@vargajacint solid investigation here thank you very much! Continuing the conversation on your proposed PR now - much appreciated |
We are experiencing the same issue with The app crashes on launch. HW:
package.json:
Exception backtrace:
Should I open a new issue? |
I am having the same issue, is there any solution for this?
|
Also similar issue here
|
Original issue logged against v16. Then reports against v19. We're on v21.x.x now - so the original issue is no longer really representative. Please log a new issue with full details |
Issue
The app build successful but once I login I get this error. It was working fine until yesterday so I guess it's something related to the new update. For sure it's something in the AuthModule since if I disable the MFA it works fine.
package.json
:Environment
The text was updated successfully, but these errors were encountered: