mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🐛 Bug Report: https://<your-app-url>/setup redirecting to /signup/setup
#628
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 @BackedUpBooty on GitHub (Jan 26, 2026).
Reproduction steps
Install with docker (compose and .env files below) then navigate to https or http url /setup:
Expected behavior
Takes me to the admin console
Actual Behavior
It takes me to a signup page for a regular user
Pocket ID Version
latest as per today's pull
Database
Postgres17
OS and Environment
Docker on Ubuntu 24.04
Log Output
@kmendell commented on GitHub (Jan 27, 2026):
This is expected, in a version awhile back we changed the initial setup, to follow the same setup flow as the normal users would use. But if its the first user after a initial setup, it will be the admin user.
@BackedUpBooty commented on GitHub (Jan 27, 2026):
Ah ok, I must have missed that in the docs. I was following the videos which were linked in the wiki, I guess something could be updated in the text to explain that?
But does that mean that I need to set up smtp for the registration to send the login details? After trying the first setup it just returned me to the 'Authorization' screen.