-
Notifications
You must be signed in to change notification settings - Fork 156
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
[SIGN_IN_WITH_APPLE]"Cannot Complete Request" Error after Clicking "Continue", Flutter Web #395
Comments
Hey, Could you please share some code on how you use our
Is this error still on the Apple website or is that on your own webpage? |
Same issue here Apple sign in working on Android and iOS, but not on web : `
` |
I’m experiencing the same problem and would appreciate any updates or potential workarounds. @1ns4n33 |
could someone resolve this issue? |
Hello,
I'm encountering an issue with implementing Apple Sign-In in my Flutter application using Firebase. I've followed all the required steps for setting up Apple Sign-In, including configuring the key and certificates through the Apple Developer account and setting up the OAuth code flow in Firebase.
Everything works up to the point where the Apple Sign-In popup asks the user if they want to continue using the app with their Apple ID. After clicking "Continue", instead of completing the sign-in process, I receive an error message stating, "Cannot complete the request due to an error. Please try again later."
Here are the steps I've taken:
Despite these configurations, I'm stuck at the error mentioned above. It's important to note that I'm not using a custom backend; I'm relying entirely on Firebase and Flutter for the authentication process.
I suspect this might be related to some configuration issue or a specific behavior in how Firebase or the browser handles the OAuth flow, but I'm unsure how to proceed in debugging this problem.
Could anyone provide insights or suggestions on how to resolve this issue? Any help would be greatly appreciated.
Additionally, if you wish to experience the issue firsthand, you can attempt the Apple Sign-In process on our application's website (With Google) at app.jimtime.it. This might provide a clearer understanding of the problem's nature and the point at which the error occurs.
Thank you
The text was updated successfully, but these errors were encountered: