Hello Team :wave:, We are currently using a self-...
# ory-selfhosting
b
Hello Team 👋, We are currently using a self-hosted version of Ory Kratos with the following specifications: kratos: v1.0 kratos-selfservice-ui-node: v1.0.0 Previously, we were using oryd/kratos:v0.11.1, and now we have decided to upgrade to oryd/kratos:v1.0. The migration process was successful, and everything seems fine. However, when we try to compose it, we encounter a validation error as shown below:
Copy code
| time=2023-07-31T07:42:46Z 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[#] S[#] validation failed
| Error: I[#] S[#] validation failed
|   I[#/selfservice] S[#/properties/selfservice/required] missing properties: "default_browser_return_url"
|   I[#/identity] S[#/properties/identity/required] missing properties: "schemas"
|   I[#/courier/smtp] S[#/properties/courier/properties/smtp/required] missing properties: "connection_uri"
| Usage:
|   kratos serve [flags]
I have verified that all the required fields are in the right place and correctly populated. Could you please assist us in resolving this validation error? Any guidance you can provide would be greatly appreciated. Thank you!
I have figured out the issue!