🐛 Bug Report: Something went wrong / Something went wrong #575

Closed
opened 2026-02-04 20:31:38 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @poudenes on GitHub (Dec 27, 2025).

Reproduction steps

Hey all,

My PocketID is working correct. All my self hosted sites are behind it. But when I login into PocketID and click "My Apps" I get the error:

Something went wrong
Something went wrong

Image

Expected behavior

I don't know what its inside there? May all my applications that has been using PocketID?

Actual Behavior

get a error message

Pocket ID Version

1.16.0

Database

Postgres 17.7

OS and Environment

Docker on Synology NAS

services:
  pocketid:
    image: ghcr.io/pocket-id/pocket-id
    logging:
      driver: none
    container_name: pocketid
    hostname: pocketid
    restart: always
    ports:
      - 3055:1411
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ${GLOBAL_CONTAINERS}/pocket_id:/app/data
    environment:
      TZ: ${GLOBAL_TZ}
      PUID: ${GLOBAL_PUID}
      PGID: ${GLOBAL_PGID}
      SMTP_HOST: ${GLOBAL_SMTP_HOST}
      SMTP_PORT: ${GLOBAL_SMTP_PORT}
      SMTP_FROM: ${GLOBAL_SMTP_FROM_EMAIL}
      SMTP_USER: ${GLOBAL_SMTP_USER}
      SMTP_PASSWORD: ${GLOBAL_SMTP_PASS}
      ENCRYPTION_KEY: ${POCKET_ID_ENCR_KEY}
      APP_URL: ${POCKET_ID_URL}
      TRUST_PROXY: true
      DB_PROVIDER: postgres
      DB_CONNECTION_STRING: "postgresql://${GLOBAL_POSTGRES_USER}:${GLOBAL_POSTGRES_PASS}@${GLOBAL_POSTGRES_HOST}:${GLOBAL_POSTGRES_PORT}/pocketid"
    healthcheck:
      disable: true
    mem_limit: 64m
    cpu_shares: 200
    networks:
       synology:
         ipv4_address: 172.30.33.129
networks:
  synology:
    external: true

Log Output

No response

Originally created by @poudenes on GitHub (Dec 27, 2025). ### Reproduction steps Hey all, My PocketID is working correct. All my self hosted sites are behind it. But when I login into PocketID and click "My Apps" I get the error: Something went wrong Something went wrong <img width="327" height="203" alt="Image" src="https://github.com/user-attachments/assets/aafd8616-0322-4d4e-ba6f-c73fc5b5e0a3" /> ### Expected behavior I don't know what its inside there? May all my applications that has been using PocketID? ### Actual Behavior get a error message ### Pocket ID Version 1.16.0 ### Database Postgres 17.7 ### OS and Environment Docker on Synology NAS ``` services: pocketid: image: ghcr.io/pocket-id/pocket-id logging: driver: none container_name: pocketid hostname: pocketid restart: always ports: - 3055:1411 volumes: - /etc/localtime:/etc/localtime:ro - ${GLOBAL_CONTAINERS}/pocket_id:/app/data environment: TZ: ${GLOBAL_TZ} PUID: ${GLOBAL_PUID} PGID: ${GLOBAL_PGID} SMTP_HOST: ${GLOBAL_SMTP_HOST} SMTP_PORT: ${GLOBAL_SMTP_PORT} SMTP_FROM: ${GLOBAL_SMTP_FROM_EMAIL} SMTP_USER: ${GLOBAL_SMTP_USER} SMTP_PASSWORD: ${GLOBAL_SMTP_PASS} ENCRYPTION_KEY: ${POCKET_ID_ENCR_KEY} APP_URL: ${POCKET_ID_URL} TRUST_PROXY: true DB_PROVIDER: postgres DB_CONNECTION_STRING: "postgresql://${GLOBAL_POSTGRES_USER}:${GLOBAL_POSTGRES_PASS}@${GLOBAL_POSTGRES_HOST}:${GLOBAL_POSTGRES_PORT}/pocketid" healthcheck: disable: true mem_limit: 64m cpu_shares: 200 networks: synology: ipv4_address: 172.30.33.129 networks: synology: external: true ``` ### Log Output _No response_
Author
Owner

@TheBig-O commented on GitHub (Dec 29, 2025):

I'm seeing the same thing. Nothing I do overcomes the problem.
Hopefully, there will be an answer soon as this locks us out of our apps.

@TheBig-O commented on GitHub (Dec 29, 2025): I'm seeing the same thing. Nothing I do overcomes the problem. Hopefully, there will be an answer soon as this locks us out of our apps.
Author
Owner

@kmendell commented on GitHub (Dec 29, 2025):

Can you attach the logs from the container?

@kmendell commented on GitHub (Dec 29, 2025): Can you attach the logs from the container?
Author
Owner

@stonith404 commented on GitHub (Jan 7, 2026):

I'm closing this because there was no response. Feel free to post the browser dev tool and container log, then we can reopen it.

@stonith404 commented on GitHub (Jan 7, 2026): I'm closing this because there was no response. Feel free to post the browser dev tool and container log, then we can reopen it.
Author
Owner

@TheBig-O commented on GitHub (Jan 7, 2026):

Sorry, right after I made my comment, you released an update that fixed the issue. I'm good now.

@TheBig-O commented on GitHub (Jan 7, 2026): Sorry, right after I made my comment, you released an update that fixed the issue. I'm good now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#575