-
Notifications
You must be signed in to change notification settings - Fork 239
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
Passkey codelab doesn't work getting : "The incoming request cannot be validated" everytime #63
Comments
Hi Team, the feature is functioning correctly on Android 14 devices but encountering issues on devices running Android versions below 14, such as Android 13 and 12. Please help to address this discrepancy. Thank you! |
we solved the problem and the passkeys are working, hence closing the issue |
@MayurHebbar04 how did you solve it? |
@MayurHebbar04 please share how you resolved |
Change-Id: I2d96b5b0083f6f1b8c82d2bcd024684c6eaf42df
I am also stuck and appreciate any hints. |
@MayurHebbar04 could you share your resolution, appreciate! |
Thanks for just saying you solved it without explaining anything 🙄 |
I tried to follow Android Passkey codelab steps.
I'm consistently encountering an exception error while attempting to sign up for a passkey : The incoming request cannot be validated
The asset links looks like this:
Created a strings.xml file:
Even added meta-data to the Manifest (tried with and without)
<meta-data android:name="asset_statements" android:resource="@string/asset_statements" />
Could someone from the Google team assist with resolving the recurring 'The incoming request cannot be validated' exception?
The text was updated successfully, but these errors were encountered: