"http://localhost:9000/if/flow/initial_setup/" not found
After following all the steps mentioned in the Authentik docs for setting up the same using docker/compose, when I try to run the following "http://localhost:9000/if/flow/initial_setup/" link for setting up the admin account, a not found page is displayed, and a "Go to Home Page" button shows.
How to resolve this, so that I can setup the account ?
Maybe this helps: I had the same Problem but i missed the worker. Which corrected the permissions on all folders. After that the setup could continue on the page.
I couldn't understand. My worker and the server containers are running perfectly fine, but still facing the issue. Can you be more elaborate @capdeveloping ?
This seems to be the same issue I hit. See #11046.
@yash2002vardhan sorry for my late response. I posted my answer on the issue which @brunokc posted here. Maybe this helps.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I had the same issue; it's funny, but it's because I didn't add the / at the end.
This is what I used and didn't work:
http://192.168.109.143:9000/if/flow/initial-setup
This is the fix:
http://192.168.109.143:9000/if/flow/initial-setup/
Yes, funny.
@yash-gupta167 notice that you used "initial_setup" instead of "initial-setup".
Release 2024.10.1 still not working.
I had the same problem and I was banging my head. I did not wanted to use an old versione for start. At last I resolved simply using IP and not hostname un the url (remember also the trailing / )
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm still having this issue.
The solution I found was to add /?next=%2F after /if/flow/initial-setup