-
Notifications
You must be signed in to change notification settings - Fork 597
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
"Unable to process request due to missing initial state" when using startActivityForSignInWithProvider with Apple sign in #6144
Comments
I found a few problems with this issue:
|
Hi @datvm, thank you for reaching out. I tried to reproduce the issue using the Firebase quickstart app, however, I did not encounter the error. Can you share the browser you’re using when you encounter the issue? Also, were you able to check the possible scenarios shared that might have caused the issue? Aside from that, I just wanted to share this Stack Overflow post that encounters the same issue. Could you try the suggested steps in registering my app with SafetyNet with SHA2? According to the post, the issue might be due to missing SafetyNet. The app tries to redirect you to a browser for Recaptcha for verification if you don't have SafetyNet. Thus, having no SafetyNet will cause your app to always be redirected to Recaptcha which sometimes causes an error. To resolve this issue, register your app with Safety Net. You can check this documentation, Enabling App Verification, for more information. |
Hi @lehcar09 I've encountered this issue when I'm trying to login on X using firefox see firebase/flutterfire/issues/13141. |
@lehcar09 Hi, I do not use SafetyNet so I don't think it's relevant (and I heard it's obsolete soon from the SO post you linked). The browser being opened is Microsoft Edge for Android. It happens about 2/3 of the time I tried. Sometimes the log in is successful but it's in the minority. |
Thank you for the details @datvm. I was able to reproduce the issue when using the Microsoft Edge browser. I'll inform our engineers about and see what we can do here. Thanks! |
Hi @datvm, our engineers are already looking into it. By any chance, can you help us and share a console log from Microsoft Edge for Android upon encountering the issue? Thanks! |
Hey @datvm. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
This is the best I could get:
|
According to our engineers, based on your logs, it seems like Edge is blocking the firebaseapp.com/__/auth/handlers endpoint because of ads. It's blocking that endpoint, so the endpoint couldn't perform what it was supposed to so that's why they got the error. Unfortunately, there's nothing much we can do in this case because it’s a third party browser. I would suggest reaching out to Microsoft to request them not to block the Firebase endpoints. We’ll leave the issue open for now. For folks who are experiencing the same issue, adding an emoji thumbs up on the original post can help us prioritize adding this to the roadmap. Thanks! |
@mehmetartun Have you figured out any solution or a workaround? |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
Following Authenticate Using Apple on Android, I have this code (C# but it should be equivalent to Java):
After calling
StartActivityForSignInWithProvider
, an in-app browser is opened but after signing in successfully, this page opens instead:Closing this page by pressing X on the top left corner also closes my app and the next time the app starts, it is stuck at the splash screen and has to be restarted.
Relevant Code:
See above.
The text was updated successfully, but these errors were encountered: