invertase / flutter_desktop_webview_auth

WebView OAuth flows for desktop flutter apps
Apache License 2.0
34 stars 35 forks source link

Two different screens are shown, one doesn't work. #49

Closed jungti1234 closed 1 year ago

jungti1234 commented 1 year ago

Hello. Thanks for this package.

Sometimes I can not signed in and the webview closed when I entered email and pressed enter or the next button.

Then I realized that I was seeing two different screens at random.

But when I read the logs, it was definitely the same URL.

스크린샷 2023-08-25 21 00 48

This is working.

스크린샷 2023-08-25 21 00 35

This is not working.

Any solution for this?

remcova commented 1 year ago

I have the same issue. I get to see the second screen that you've shown.

remcova commented 1 year ago

Update: See https://github.com/invertase/flutter_desktop_webview_auth/issues/50#issuecomment-1700989016

remcova commented 1 year ago

@jungti1234 I solved the issue. You can find it here https://github.com/invertase/flutter_desktop_webview_auth/issues/50#issuecomment-1702535564

jungti1234 commented 1 year ago

@remcova It's working!! Thank you so much!