mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[GH-ISSUE #122] Nightly does not contain page "/register?id=admin" #64
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 @sunbrolynk on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/122
When launching the containers with the nightly build, Drop does not contain the given admin registration page and gives a 404 error.
You can bypass this by building with the v.0.2.0beta build, and then pull nightly over it, but this seems to cause its own issues.
I know you had mentioned you are still working on development, and don't want to be a pain, so please tell me if this is helpful or already known!
The bit i have gotten to work i am liking, thank you for your work!
@DecDuck commented on GitHub (Jun 11, 2025):
This is a documentation issue thankfully. The path is now /auth/register?id=admin. We'll update the docs shortly.
@moutonnoireu commented on GitHub (Aug 1, 2025):
It does not seem to work.
[GET] "/api/v1/auth/signup/simple?id=admin": 404 Invalid or expired invitation
Is it the right path ?
@DecDuck commented on GitHub (Aug 1, 2025):
We now log a setup link in the container's logs on first boot, which includes creating an admin account as a step.
Nightly does not contain page "/register?id=admin"to [GH-ISSUE #122] Nightly does not contain page "/register?id=admin"