Hello, I’m trying to run Ory Kratos via docker-com...
# talk-kratos
m
Hello, I’m trying to run Ory Kratos via docker-compose by pulling down the latest version from the github repo, but I keep getting
additionalProperties "code" not allowed
error. I haven’t touched any configurations and am just trying to run as is. How can I fix this error? I am following the quickstart guide available here: https://www.ory.sh/docs/kratos/quickstart
b
Hey, please try checking out the latest release using
git checkout v0.10.1
. There is a lot of new stuff in the current master branch, that is not yet contained in the docker image
m
Ah, missed that command. Works now, thanks for your help!
Follow up question, is the
code
method not actually supported then? Docs said we can either use
link
or
code
for verification and recovery?
b
Not yet in Open Source, Ory Network already supports both methods, though. We are working towards the next Open Source release which will include
code
support for verification and recovery. But we don’t have a concrete timeline, yet.
m
Got it, thank you for the explanation!
s
you could build from master yourself for testing (no guarantees), or use Ory Network