-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
Describe the bug
I have set up a development environment of authentik as described in the docs (https://docs.goauthentik.io/developer-docs/setup/full-dev-environment). After pulling the main branch and following the instructions, I get various 404 errors:
- http://localhost:9000/if/flow/initial-setup/ shows:
Page not found (404) No Flow matches the given query. - http://localhost:9000/ redirects to http://localhost:9000/flows/-/default/authentication/?next=/ and also shows a 404 error:
Page not found (404)
Request Method: GET
Request URL: http://localhost:9000/flows/-/default/authentication/?next=/
raised by: authentik.flows.views.executor.ToDefaultFlow
To Reproduce
Steps to reproduce the behavior:
- Follow instructions on docs (https://docs.goauthentik.io/developer-docs/setup/full-dev-environment)
Expected behavior
The web interface should be shown correctly
Logs
ak_server_output.txt
docker_compose_output.txt
Version and Deployment:
- authentik version: full dev environment based on main branch (commit 8f7fe8e)
- Deployment: none; local dev env
Additional context
I was able to run the set up the dev environment some time ago (version 2024.4). I have deleted and cloned the repository, deleted and rerun docker compose and have tried make dev-reset
Reactions are currently unavailable