🐛 Bug Report: API logo endpoint got removed #507

Closed
opened 2026-02-04 20:17:56 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @shelldandy on GitHub (Oct 12, 2025).

Reproduction steps

Before there was this endpoint to get the logo which was nice to display the logo other login forms for other services (like forgejo, jellyfin, jellyseerr, etc) which would return the logo in png

/api/application-configuration/logo?light=false

At some point it got removed, and now the UI in several places got messed up because of it

Expected behavior

Return logo

Actual Behavior

{"error":"API endpoint not found"}

Pocket ID Version

v1.13.1

Database

SQLite

OS and Environment

Docker with traefik reverse proxy. Host is ubuntu server

Log Output

No response

Originally created by @shelldandy on GitHub (Oct 12, 2025). ### Reproduction steps Before there was this endpoint to get the logo which was nice to display the logo other login forms for other services (like forgejo, jellyfin, jellyseerr, etc) which would return the logo in png ``` /api/application-configuration/logo?light=false ``` At some point it got removed, and now the UI in several places got messed up because of it ### Expected behavior Return logo ### Actual Behavior `{"error":"API endpoint not found"}` ### Pocket ID Version v1.13.1 ### Database SQLite ### OS and Environment Docker with traefik reverse proxy. Host is ubuntu server ### Log Output _No response_
Author
Owner

@kmendell commented on GitHub (Oct 12, 2025):

They got replaced with the updated app-images route see the app_images_controller, youll have to update those cutsom apps to use this route instead https://github.com/pocket-id/pocket-id/blob/main/backend/internal/controller/app_images_controller.go

@kmendell commented on GitHub (Oct 12, 2025): They got replaced with the updated app-images route see the app_images_controller, youll have to update those cutsom apps to use this route instead https://github.com/pocket-id/pocket-id/blob/main/backend/internal/controller/app_images_controller.go
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#507