mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-16 05:54:01 +03:00
🐛 Bug Report: Can no longer login with my existing user on latest main #293
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 @antifuchs on GitHub (May 22, 2025).
Reproduction steps
Error #01: Failed to lookup Client-side Discoverable Credential: record not foundpocket-id-create-one-time-access-token.sh db-file.db asfand use that emitted URL within 1 minute,Error #01: token is invalid or expiredExpected behavior
I would expect the user that has existed & able to login for nearly 6 months to continue to be able to log in.
Actual Behavior
pocket-id is unable to authenticate me, using credentials that pocket-id is generating in its own database.
Version and Environment
Using rev
d6104bbb35triggers this issue.Downgrading to release v0.53.0, the issue doesn't trigger. Could this be related to the sqlite driver refactor?
Log Output
No response
@stonith404 commented on GitHub (May 22, 2025):
If you use the standalone installation we recommend that you don't use the latest commit on the main branch but the latest available tag.
The issue is probably caused by
f1154257c5which removes the deprecated environment variableSQLITE_DB_PATHwhich gets replaced byDB_CONNECTION_STRING. This change isn't documented yet because we haven't created the release yet.