mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🐛 Bug Report: OICD Client details don't include port #14
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 @Nedra1998 on GitHub.
Reproduction steps
I host pocket-id on a custom port (not 443). Using either docker port mappings to map to expose my custom port.
Expected behavior
I expect the Client details page to include the correct URL (including the port if applicable) so that I can copy and paste them into the corresponding fields of the client service. Using either the configured
APP_URLorINTERNAL_APP_URLfor the corresponding fields.Actual Behavior
I host my instance at

https://jupiter.lyra:9310, however that isn't reflected in the UI, it just shows the hostname.Looking at the code it seems to just be using the current url hostname: https://github.com/pocket-id/pocket-id/blob/main/frontend/src/routes/settings/admin/oidc-clients/%5Bid%5D/%2Bpage.svelte#L33-L38
Pocket ID Version
v1.11.2
Database
SQLite
OS and Environment
Docker on ArchLinux, served with Caddy on port 9310
Log Output
No response
@stonith404 commented on GitHub:
Thanks for the report. This has been fixed in
2c1c67b5e4and will be available in the next release.