-
Notifications
You must be signed in to change notification settings - Fork 42
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
When Package name is the same signInWithBrowser() does nothing (Android) #389
Comments
Hi @clarkexcore, thanks for filing this bug. Is it possible that the package name is somehow ending up in appAuthRedirectScheme: https://github.com/okta/okta-react-native#add-redirect-scheme Could you describe how you are calling createConfig, and setting up appAuthRedirectScheme? appAuthRedirectScheme should be the same as redirectUri in createConfig with everything after Also, do you get any errors in console when running the code with chrome devtools attached? |
Anyone else encountering this issue? I've been doing some research and most point to the manifestPlaceholders like the comment mentioned above. I've made sure that's correct and still getting this error in LogCat: Warning! Multiple applications found registered with same scheme |
Same here nothing is happening.
This method never resolves nor it does display any kind of warning or error. I'm using Expo SDK 49 and the app is not ejected. To configure my Gradle config as requested, I wrote an EAS plugin:
|
Describe the bug?
We are currently trying to replace our app with a new a build. We do not want to force users to download a new app and instead have decided to replace it.
When using the current package name the nothing happens when we trigger the signInWithBrowser().
Using a different package name it works completely fine, but for some reason when we use our current on it does not work.
iOs using the same bundle id works just fine. It is only Android that is giving us this issue.
There are no errors/warning showing up in our logs or terminal.
What is expected to happen?
signInWithBrowser() should trigger regardless if the package name is being used.
What is the actual behavior?
Nothing is happening.
Reproduction Steps?
Additional Information?
No response
SDK Version
2.9.1
Build Information
No response
The text was updated successfully, but these errors were encountered: