mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
Unable to authenticate- Credential: record not found #158
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @amirasyraf on GitHub.
Reproduction steps
I didn't pin my version and it automatically upgraded to v1, which broke things.
I reverted back to 0.53.0. But now can't login with my device.
Logs say "Client-side Discoverable Credential: record not found"
Trying recovery does not work, not sure what I'm doing wrong
Expected behavior
Not break things
Actual Behavior
Broke things
Version and Environment
0.53.0
Log Output
No response
@amirasyraf commented on GitHub:
Update: managed to create one time access code
docker compose exec pocket-id /app/scripts/create-one-time-access-token.sh USERNAMEworksRemoving and re-adding my passkey fixed the original issue
@kmendell commented on GitHub:
The command you were trying to run does not exist in 0.53.0 it was added in 1.0.
Is it fixed now? or are you still having the issue?