Hey everyone, I'm trying to use the http setup of...
# _newcomer
e
Hey everyone, I'm trying to use the http setup of courier in kratos.yml config file based on the docu: https://www.ory.sh/docs/kratos/self-hosted/email-http#configuration But I'm getting this error which is related with courier.smtp. missing properties: "connection_uri" I'm having troubles here because I already removed all smtp config in my kratos.yml but the issue still persists. Is there someone encountered this issue before and how did you fix it? Thank you
b
what version of Kratos are you using?
e
kratos: depends_on: - kratos-migrate image: oryd/kratos:v1.1.0 here's my current kratos config
and here's my courier setup courier: delivery_strategy: http http: request_config: url: {http url} method: POST body: file://.verification.api.request.jsonnet headers: "Content-Type": "application/json"
b
please upgrade to 1.3.1. The mentioned issue has been fixed since a couple of versions now 🙂
e
Hi @bland-eye-99092, It's working now but I used v 1.2.0. Thanks!