-
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
Pop up for entering credentials for apple login disappears immediately in flutter web #284
Comments
@flutterwithfaiz do you see any errors in the network tab or console? |
Can you please tell me what did you do to make it in your side @flutterwithfaiz ? |
Hey I'm getting the same issue when debugging. |
Got the same issue as well. On local the popup comes up fine but once deployed no popup at all and the error in console is:
This is how I am setting the redirect Uri:
|
Sign in with apple is working in debug mode but when I deploy my flutter web app on firebase and tried to get logged in using apple credentials, pop up immediately disappeared when I clicked Login button.
The text was updated successfully, but these errors were encountered: