Hi there! I am creating passwordless flow and wit...
# talk-kratos
g
Hi there! I am creating passwordless flow and with one time code on both registration and login and while making appropriate changes to the code based on the documentation provided(https://www.ory.sh/docs/kratos/passwordless/one-time-code)
Copy code
selfservice:
  methods:
    code:
      passwordless_enabled: true
identity.json
Copy code
"code": {  
        "identifier": true,  
        "via": "email"  
    }
getting these specific errors I[#/properties/traits/properties/email/ory.sh~1kratos/credentials] S[#/allOf/0/properties/ory.sh~1kratos/properties/credentials/additionalProperties] additionalProperties "code" not allowed I[#/selfservice/methods/code] S[#/properties/selfservice/properties/methods/properties/code/additionalProperties] additionalProperties "passwordless_enabled" not allowed Struggling with these issues for the last couple of days and any assistance would be really helpful. FYI, I am using the master branch so expecting it is upto date compared to v1.0.0
c
I said about this the other day as well, and no one replied.