Skip to content
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 complete authorization as there is no interactive call in progress. This can be due to closing the app while the authorization in process. #1562

Closed
educosta opened this issue Nov 29, 2021 · 4 comments
Assignees
Labels
Clean up Issues created before Jan 2022 closed in bulk operation

Comments

@educosta
Copy link

It gives below error when go to login page. I can't use webview because I have social login

Unable to complete authorization as there is no interactive call in progress. This can be due to closing the app while the authorization in process.

MicrosoftTeams-image (5)

@wainaina
Copy link
Contributor

This is due to closing the app while the authorization is in progress. The flow requires that the browser/webview be opened, for authorization and then revert control back to the calling thread..

@negoe negoe added the Clean up Issues created before Jan 2022 closed in bulk operation label Jul 17, 2022
@negoe negoe closed this as completed Jul 17, 2022
@manish-etymon
Copy link

We are facing same issue. we are using: "authorization_user_agent": "BROWSER", can we use "authorization_user_agent": "WEBVIEW"? looks like that is not having issue. but does "WebView" have any issue? any drawback?

@MarceloEsser
Copy link

We are facing same issue. we are using: "authorization_user_agent": "BROWSER", can we use "authorization_user_agent": "WEBVIEW"? looks like that is not having issue. but does "WebView" have any issue? any drawback?

The issue with webview is that you cannot use social media interactions, you can't sigin your users using iCloud, Google, Facebook or any other social media.

This error occurs because the android basically kill the "login process" in background and the browser lost de application so it can't back to the app with de sigin result.
With webview this error shouldn't happen just because the application don't go to the background.
Our workaround to this error was adding a new button on our login screen, like "need help to sigin?", this button open a webview to the user AND we inform the users that they can't use social media on this login version.
image

@kientrant1
Copy link

Switching authorization_user_agent to "WEBVIEW", the UI looks like different to Browser mode. It doesn't have close (x) button to cancel popup screen.
Do we have any other idea to resolve this one? I'm checking with Android 11. Seems like it happens on some device - not all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean up Issues created before Jan 2022 closed in bulk operation
Projects
None yet
Development

No branches or pull requests

8 participants