Unable to authenticate- Credential: record not found #158

Closed
opened 2025-10-07 00:04:09 +03:00 by OVERLORD · 2 comments
Owner

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

docker compose exec pocket-id /app/pocket-id one-time-access-token USERNAME

OCI runtime exec failed: exec failed: unable to start container process: exec: "/app/pocket-id": stat /app/pocket-id: no such file or directory: unknown

Expected behavior

Not break things

Actual Behavior

Broke things

Version and Environment

0.53.0

Log Output

No response

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 ``` docker compose exec pocket-id /app/pocket-id one-time-access-token USERNAME OCI runtime exec failed: exec failed: unable to start container process: exec: "/app/pocket-id": stat /app/pocket-id: no such file or directory: unknown ``` ### Expected behavior Not break things ### Actual Behavior Broke things ### Version and Environment 0.53.0 ### Log Output _No response_
OVERLORD added the bug label 2025-10-07 00:04:09 +03:00
Author
Owner

@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 USERNAME works

Removing and re-adding my passkey fixed the original issue

@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 USERNAME` works Removing and re-adding my passkey fixed the original issue
Author
Owner

@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?

@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?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#158