Hi guys, I’m super newbie with Kratos… I followed ...
# ory-selfhosting
a
Hi guys, I’m super newbie with Kratos… I followed the quickstart trying to install it on my Mac M1 using docker… when I launch the http://localhost:4455/welcome i can see the first page but when I try to enter Sign In / Sign Up or any othe page I get a “Not found” error with http://127.0.0.1:4433/self-service/login/browser?aal=&refresh=&return_to= url. Is there something I haven’t set? I followed the documentation (I think) pretty well…
b
Could you outlay the steps you've performed so far? Otherwise very difficult to help
a
these are the exact commands I performed:
cd Desktop
git clone <https://github.com/ory/kratos.git>
cd kratos
git checkout v0.13.0
docker-compose -f quickstart.yml -f quickstart-standalone.yml up --build --force-recreate
<http://127.0.0.1:4455/welcome>
In terminal I got a bunch of there warnings/error: | The configuration contains values or keys which are invalid: kratos-kratos-1 | selfservice.flows.registration.after.password.hooks.1: map[hook:show_verification_ui] kratos-kratos-1 | ^-- doesn’t validate with “#/definitions/selfServiceSessionIssuerHook” kratos-kratos-1 | kratos-kratos-1 | The configuration contains values or keys which are invalid: kratos-kratos-1 | selfservice.flows.registration.after.password.hooks.1.hook: show_verification_ui kratos-kratos-1 | ^-- value must be “session” kratos-kratos-1 | kratos-kratos-1 | I[#/selfservice/flows/registration/after/password/hooks/1] S[#/definitions/selfServiceAfterRegistrationMethod/properties/hooks/items/anyOf/1/$ref] doesn’t validate with “#/definitions/selfServiceWebHook” kratos-kratos-1 | I[#/selfservice/flows/registration/after/password/hooks/1] S[#/definitions/selfServiceWebHook] validation failed