I am on v0.8.0-alpha.3 for Kratos ``` "name...
# talk-kratos
b
I am on v0.8.0-alpha.3 for Kratos
Copy code
"name": {
          "type": "object",
          "properties": {
            "first": {
              "type": "string"
            },
            "last": {
              "type": "string"
            }
          }
        }
this is my name object in identity.schema.json, when I am using the recover password flow I am getting the error in the attached image.
Copy code
I am just passing email and password traits while updating the password but still getting the error related to first_name and last_name
On local this works fine but not on production
r
They seem to be name.first and name.last and not first_name and last_name