mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: On first start, UI config overrides don’t take effect #176
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 @dougmeredith on GitHub.
Reproduction steps
Create a new setup using Docker and version 1.2.0. Set environment variables
If you go to the web UI you will see the name "Pocket ID" rather than "SSO Test". None of the other UI-overrides from the environment take effect either. If you restart the container, only then do these items take effect.
Expected behavior
UI overrides should be in effect when the container is first created.
Actual Behavior
UI overrides are not in effect when the container is first created. You must restart it for this to happen.
Version and Environment
v1.2.0
This is behind Traefik.
Log Output
No response
@stonith404 commented on GitHub:
Thanks this should be fixed in
5e9096e328and will be released in the next release.@dougmeredith commented on GitHub:
Wow, that was fast!