Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add note for trailing-slash in initial setup #12583

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions website/docs/install-config/install/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ The `docker-compose.yml` file statically references the latest version available

To start the initial setup, navigate to `http://<your server's IP or hostname>:9000/if/flow/initial-setup/`.

> ⚠ Note: User would get `404 NOT FOUND` if initial setup URL doesn't enclude the trailing forward slash `/`. Make sure you use the complete url (`http://<your server's IP or hostname>:9000/if/flow/initial-setup/`) including the trailing forward slash. [Reference](https://github.com/goauthentik/authentik/issues/11046#issuecomment-2453449809)
mahmoudajawad marked this conversation as resolved.
Show resolved Hide resolved
mahmoudajawad marked this conversation as resolved.
Show resolved Hide resolved
There you are prompted to set a password for the `akadmin` user (the default user).

For an explanation about what each service in the docker compose file does, see [Architecture](../../core/architecture.md).