mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-01-10 03:17:57 -05:00
🐛 Bug Report: Since update, cannot sign in to Pocket ID #109
Closed
opened 2025-07-08 08:40:05 -04:00 by AtHeartEngineer
·
0 comments
No Branch/Tag Specified
main
feat/kyles-pagination-attempt
i18n_crowdin
feat/self-host-icons
feat/pagination-improvements
slog-gorm
v1.11.2
v1.11.1
v1.11.0
v1.10.0
v1.9.1
v1.9.0
v1.8.1
v1.8.0
v1.7.0
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.0
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.0
v0.53.0
v0.52.0
v0.51.1
v0.51.0
v0.50.0
v0.49.0
v0.48.0
v0.47.0
v0.46.0
v0.45.0
v0.44.0
v0.43.1
v0.43.0
v0.42.1
v0.42.0
v0.41.0
v0.40.1
v0.40.0
v0.39.0
v0.38.0
v0.37.0
v0.36.0
v0.35.6
v0.35.5
v0.35.4
v0.35.3
v0.35.2
v0.35.1
v0.35.0
v0.34.0
v0.33.0
v0.32.0
v0.31.0
v0.30.0
v0.29.0
v0.28.1
v0.28.0
v0.27.2
v0.27.1
v0.27.0
v0.26.0
v0.25.1
v0.25.0
v0.24.1
v0.24.0
v0.23.0
v0.22.0
v0.21.0
v0.20.1
v0.20.0
v0.19.0
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.0
v0.13.1
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.1
v0.8.0
v0.7.1
v0.7.0
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Labels
Clear labels
breaking
breaking
breaking
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
feature
go
go
javascript
javascript
javascript
javascript
javascript
javascript
needs more upvotes
needs more upvotes
needs more upvotes
needs more upvotes
needs more upvotes
needs more upvotes
open to pull requests
open to pull requests
open to pull requests
open to pull requests
open to pull requests
Milestone
No items
No Milestone
Projects
Clear projects
No project
Assignees
AtHeartEngineer
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github/pocket-id#109
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking 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 @andrewshaodev on 6/2/2025
Reproduction steps
I have run pocket-id as a docker container and use traefik for reverse proxy.
When I try to sign in since the update, I get the "An unknown error occured. Please try to sign in again." message. The logs don't seem to be very enlightening as to what is happening:
id | [GIN] 2025/06/02 - 14:46:55 | 200 | 51.544µs | 192.168.8.194 | GET "/api/application-configuration"
id | [GIN] 2025/06/02 - 14:46:55 | 200 | 86.371µs | 192.168.8.194 | GET "/api/application-configuration"
id | [GIN] 2025/06/02 - 14:46:55 | 401 | 204.516µs | 192.168.8.194 | GET "/api/users/me"
id | Error #01: You are not signed in
id | [GIN] 2025/06/02 - 14:46:55 | 401 | 221.624µs | 192.168.8.194 | GET "/api/users/me"
id | Error #01: You are not signed in
id | [GIN] 2025/06/02 - 14:47:08 | 200 | 55.779µs | 192.168.8.194 | GET "/api/application-configuration"
id | [GIN] 2025/06/02 - 14:47:08 | 200 | 83.838µs | 192.168.8.194 | GET "/api/application-configuration"
id | [GIN] 2025/06/02 - 14:47:08 | 401 | 208.259µs | 192.168.8.194 | GET "/api/users/me"
id | Error #01: You are not signed in
id | [GIN] 2025/06/02 - 14:47:08 | 401 | 226.068µs | 192.168.8.194 | GET "/api/users/me"
id | Error #01: You are not signed in
id | [GIN] 2025/06/02 - 14:47:10 | 200 | 4.262613ms | 192.168.8.194 | GET "/api/webauthn/login/start"
id | [GIN] 2025/06/02 - 14:47:10 | 200 | 4.308467ms | 192.168.8.194 | GET "/api/webauthn/login/start"
id | [GIN] 2025/06/02 - 14:47:13 | 200 | 47.002µs | ::1 | GET "/health"
id | [GIN] 2025/06/02 - 14:47:13 | 200 | 72.933µs | ::1 | GET "/health"
id | [GIN] 2025/06/02 - 14:48:43 | 200 | 48.792µs | ::1 | GET "/health"
id | [GIN] 2025/06/02 - 14:48:43 | 200 | 77.107µs | ::1 | GET "/health"
id | [GIN] 2025/06/02 - 14:50:13 | 200 | 63.524µs | ::1 | GET "/health"
id | [GIN] 2025/06/02 - 14:50:13 | 200 | 90.253µs | ::1 | GET "/health"
id | [GIN] 2025/06/02 - 14:50:38 | 200 | 4.110813ms | 192.168.8.117 | GET "/api/webauthn/login/start"
id | [GIN] 2025/06/02 - 14:50:38 | 200 | 4.154266ms | 192.168.8.117 | GET "/api/webauthn/login/start"
I have also checked to see what happens if I wipe all the persistent data from the /app/data volume bind and run it from scratch with the startup and going through login/setup.
When I try to Add the first Passkey, I get the "An unknown error occurred" popup. Here is the log for that:
id | Creating group 1000...
id | Creating user 1000...
id | 2025/06/02 14:54:00 MAXMIND_LICENSE_KEY environment variable is empty. The GeoLite2 City database won't be updated.
id | 2025/06/02 14:54:00 Starting job scheduler
id | 2025/06/02 14:54:00 Server listening on 0.0.0.0:1411
id | 2025/06/02 14:54:00 Job "SyncLdap" run successfully
id | 2025/06/02 14:54:00 Job "SendHeartbeat" failed with error: heartbeat request failed with status code: 429
id | [GIN] 2025/06/02 - 14:54:04 | 200 | 154.577µs | ::1 | GET "/health"
id | [GIN] 2025/06/02 - 14:54:04 | 200 | 182.465µs | ::1 | GET "/health"
id | [GIN] 2025/06/02 - 14:54:12 | 200 | 135.958µs | 192.168.8.117 | GET "/api/application-configuration"
id | [GIN] 2025/06/02 - 14:54:12 | 401 | 678.953µs | 192.168.8.117 | GET "/api/users/me"
id | Error #01: You are not signed in
id | [GIN] 2025/06/02 - 14:54:12 | 200 | 182.853µs | 192.168.8.117 | GET "/api/application-configuration"
id | [GIN] 2025/06/02 - 14:54:12 | 401 | 738.02µs | 192.168.8.117 | GET "/api/users/me"
id | Error #01: You are not signed in
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 8.003023ms | 192.168.8.117 | POST "/api/one-time-access-token/setup"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 8.047564ms | 192.168.8.117 | POST "/api/one-time-access-token/setup"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 71.035µs | 192.168.8.117 | GET "/api/application-configuration"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 95.774µs | 192.168.8.117 | GET "/api/application-configuration"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 3.141012ms | 192.168.8.117 | GET "/api/users/me"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 3.286105ms | 192.168.8.117 | GET "/api/users/me"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 9.150665ms | 192.168.8.117 | GET "/api/users/8264aff5-e786-412d-99ba-19877bb57a7d/profile-picture.png"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 9.291364ms | 192.168.8.117 | GET "/api/users/8264aff5-e786-412d-99ba-19877bb57a7d/profile-picture.png"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 75.06µs | 192.168.8.117 | GET "/api/application-configuration"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 101.2µs | 192.168.8.117 | GET "/api/application-configuration"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 839.316µs | 192.168.8.117 | GET "/api/users/me"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 860.814µs | 192.168.8.117 | GET "/api/users/me"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 838.15µs | 192.168.8.117 | GET "/api/webauthn/credentials"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 892.083µs | 192.168.8.117 | GET "/api/webauthn/credentials"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 944.672µs | 192.168.8.117 | GET "/api/users/me"
id | [GIN] 2025/06/02 - 14:54:15 | 200 | 962.877µs | 192.168.8.117 | GET "/api/users/me"
id | [GIN] 2025/06/02 - 14:54:46 | 200 | 5.114224ms | 192.168.8.117 | GET "/api/webauthn/register/start"
id | [GIN] 2025/06/02 - 14:54:46 | 200 | 5.149818ms | 192.168.8.117 | GET "/api/webauthn/register/start"
This behavior is the same for Brave, Chrome and Safari.
This is my compose.yaml:
services:
pocket-id:
image: ghcr.io/pocket-id/pocket-id
container_name: id
restart: unless-stopped
env_file: .env
volumes:
- $DOCKERCONFDIR/pocket_id:/app/data
# Optional healthcheck
healthcheck:
test: curl -f http://localhost:1411/health
interval: 1m30s
timeout: 5s
retries: 2
start_period: 10s
and .env:
PUBLIC_APP_URL=https://id.example.com
DOCKERCONFDIR=(host volume bind directory)
TRUST_PROXY=true
MAXMIND_LICENSE_KEY=
PUID=1000
PGID=1000
Expected behavior
Allows me to authenticate with my passkey
Actual Behavior
Displays and error
Version and Environment
v1.10 using traefik (more specifically pangolin)
Log Output
No response