I'm testing the abilities of the Android Credential Manager APIs to work with passkeys over W3C standards. While everything is set up and works I'm getting the following errors inconsistently :
CreatePublicKeyCredentialDomException: The incoming request cannot be validated
The officials say:
The app's package ID is not registered with your server. Validate this in your server-side integration.
but it is set-up and 9 out of 10 calls succeed what proves that it is working. GetCredentialResponse error returned from framework
I've tried to find the answers for days, any help would be appreciated. Thanks in advance.
I dealt with a similar issue and i was use site.glitch.me
as google code lab and i use it as relying party
for testing.
but after i make my assetlinks.json
and deploy it on my server everything works fine.