Is there anything wrong with this config. I am g...
# talk-kratos
b
Is there anything wrong with this config. I am getting an error: time=2023-12-29T142429Z level=error msg=Unable to instantiate configuration. audience=application error=map[message:open /etc/config/kratos/identity.schema.json: no such file or directory] service_name=Ory Kratos service_version=v1.0.0 Error: open /etc/config/kratos/identity.schema.json: no such file or directory Usage:
Copy code
identity:
      # This is populated by kratos.identitySchemas above
      default_schema_id: default
      schemas:
        - id: default
          url: "file:///etc/config/kratos/identity.schema.json"
Okay, I found the issue. It should be rather.
Copy code
identity:
      # This is populated by kratos.identitySchemas above
      default_schema_id: default
      schemas:
        - id: default
          url: "file:///etc/config/identity.default.schema.json"