mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: Server Not Starting On First Install #159
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 @matt-hogan on GitHub.
Reproduction steps
When running Pocket ID for the first time with Postgres and
UI_CONFIG_DISABLEDastrue, the server fails to startup. This bug can be reproduced with the following docker compose.Based on my debugging, the database query for getting the internal fields isn't returning.
88832d4bc9/backend/internal/service/app_config_service.go (L423-L427)Expected behavior
The server should start up
Actual Behavior
The server fails to start
Version and Environment
v1.4.0
Log Output
This is the only log output
@stonith404 commented on GitHub:
Thanks for reporting this issue. This should be fixed in
v1.4.1.