mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-01 11:21:53 +03:00
🐛 Bug Report: API logo endpoint got removed #507
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 @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
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
@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