-
Notifications
You must be signed in to change notification settings - Fork 82
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
Social Login with Google returns 404 #663
Comments
@jamesjmtaylor-evercharge Looks like you have not placed the value of the your auth0 domain in your build.gradle file. Are you using just Web Authentication? Then you are better using Auth0.Android. This issue is happening because you have already logged in but the redirection back to the app is not working properly. If you clear the cookies you will see the login page again but after successful login you will see this page as the redirection back to the app is not happening properly |
The relevant portion of our build.gradle file is below:
We are using Web Authentication (which works), but we're trying to move to an in-app login with Lock (which doesn't). It's not a cookie issue. I've tried clearing cookies, as well as completely wiping the device. I still get a 404. |
Can you use Chrome's device inspector and try to get the error message from the console when opening the web authentication? |
Checklist
Description
I'm attempting to integrate the lock SDK for our Android app. I have the following settings:
After selecting my google account I get the following screen
What I expected to happen was to have the
LockCallback.onAuthentication
triggered.Reproduction
Expected:
LockCallback.onAuthentication
triggered.Actual: 404 page is shown
This occurs consistently.
Additional context
No response
Lock.Android version
3.2.2
Android version(s)
14
The text was updated successfully, but these errors were encountered: