Hey guys I have a question related to the quicksta...
# talk-kratos
f
Hey guys I have a question related to the quickstart on a M1 macbook (monterey). I just followed the first few steps (git clone, git checkout & docker compose) and it seems like it struggles with the configuration. I have errors like
Copy code
kratos-kratos-1           | The configuration contains values or keys which are invalid:
kratos-kratos-1           | selfservice.methods: map[code:map[enabled:true] link:map[config:map[lifespan:1h] enabled:true] lookup_secret:map[enabled:true] oidc:map[enabled:false] password:map[config:map[haveibeenpwned_enabled:true haveibeenpwned_host:<http://api.pwnedpasswords.com|api.pwnedpasswords.com> identifier_similarity_check_enabled:true ignore_network_errors:true max_breaches:0 min_password_length:8] enabled:true] profile:map[enabled:true] totp:map[config:map[issuer:Kratos] enabled:true] webauthn:map[enabled:false]]
kratos-kratos-1           |            ^-- additionalProperties "code" not allowed
kratos-kratos-1           |
kratos-kratos-1           | time=2023-01-03T14:52:12Z level=fatal msg=Unable to instantiate configuration. func=<http://github.com/ory/kratos/driver.NewWithoutInit|github.com/ory/kratos/driver.NewWithoutInit> file=/project/driver/factory.go:26 audience=application error=map[message:I[#/selfservice] S[#/properties/selfservice] validation failed
kratos-kratos-1           |  I[#/selfservice/flows] S[#/properties/selfservice/properties/flows] validation failed
kratos-kratos-1           |   I[#/selfservice/flows/verification] S[#/properties/selfservice/properties/flows/properties/verification/additionalProperties] additionalProperties "use" not allowed
kratos-kratos-1           |   I[#/selfservice/flows/recovery] S[#/properties/selfservice/properties/flows/properties/recovery/additionalProperties] additionalProperties "use" not allowed
kratos-kratos-1           |  I[#/selfservice/methods] S[#/properties/selfservice/properties/methods/additionalProperties] additionalProperties "code" not allowed stack_trace:stack trace could not be recovered from error type *jsonschema.ValidationError] service_name=Ory Kratos service_version=v0.10.1
Any idea what that might be ? Happy new year !