hey, little bit related to <https://ory-community....
# talk-kratos
l
hey, little bit related to https://ory-community.slack.com/archives/C012RJ2MQ1H/p1704811778342249 i've downloaded these 2 files https://github.com/ory/kratos/tree/master/contrib/quickstart/kratos/email-password from the quickstart, placed them in my project folder. starting up the container(s) with compose. I get this in docker.
Copy code
kratos-1  | time=2024-02-20T12:31:23Z level=error msg=Unable to instantiate configuration. func=<http://github.com/ory/kratos/driver.NewWithoutInit|github.com/ory/kratos/driver.NewWithoutInit> file=/project/driver/factory.go:43 audience=application error=map[message:I[#/feature_flags] S[#/properties/feature_flags/additionalProperties] additionalProperties "use_continue_with_transitions" not allowed stack_trace:stack trace could not be recovered from error type *jsonschema.ValidationError] service_name=Ory Kratos service_version=v1.0.0
kratos-1  | Error: I[#/feature_flags] S[#/properties/feature_flags/additionalProperties] additionalProperties "use_continue_with_transitions" not allowed
kratos-1  | Usage:
kratos-1  |   kratos serve [flags]
kratos-1  |
kratos-1  | Flags:
kratos-1  |   -c, --config strings   Path to one or more .json, .yaml, .yml, .toml config files. Values are loaded in the order provided, meaning that the last config file overwrites values from the previous config file.
kratos-1  |       --dev              Disables critical security features to make development easier
kratos-1  |   -h, --help             help for serve
kratos-1  |       --sqa-opt-out      Disable anonymized telemetry reports - for more information please visit <https://www.ory.sh/docs/ecosystem/sqa>
kratos-1  |       --watch-courier    Run the message courier as a background task, to simplify single-instance setup
kratos-1  |
kratos-1  | I[#/feature_flags] S[#/properties/feature_flags/additionalProperties] additionalProperties "use_continue_with_transitions" not allowed
I'm also on v1.0.0 should I change my volume to be something more persistent since it's trying to download something or needs to download something, or what should i do?
b
The files from master are often ahead of whats in the latest release. In this case we just released v1.1 which should work with the configs, though. https://github.com/ory/kratos/releases/tag/v1.1.0
l
awesome 😄 i will try 1.1.0
it was 1-2h when i created my yaml soo
that seem to have fixed it. 😄