mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🐛 Bug Report: Cannot Initialize Admin – Setup Page Missing After Fresh PocketID Install #533
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 @motteg on GitHub (Nov 2, 2025).
Reproduction steps
Expected behavior
Describe the bug
After a fresh install (tested with both latest and v1.14.2 images, Docker Compose on Ubuntu), I am unable to access the initial setup or create an admin account. Instead, the login page directly shows only the "alternative code" login method, with no way to set up a passkey or admin user. The /login/setup page shows "Not found" or a generic error.
Initial setup dialogue for creating admin and passkey or at least the ability to register the first user.
Actual Behavior
No setup visible, no ability to create the first admin/user, only "alternative code" login. Database directory is empty; container logs show normal startup and SQLite init.
Pocket ID Version
PocketID latest (as of November 2025) and v1.14.2
Database
CONNECTED TO DATABASE app=pocket-id version=1.14.2 provider=sqlite
OS and Environment
Log Output
No response
@stonith404 commented on GitHub (Nov 2, 2025):
The correct setup URL is
https://<your-app-url>/setup, please checkout the docs.