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
bland-eye-99092
02/18/2025, 1:37 PM
what version of Kratos are you using?
e
echoing-pillow-63023
02/18/2025, 1:41 PM
kratos:
depends_on:
- kratos-migrate
image: oryd/kratos:v1.1.0
here's my current kratos config
echoing-pillow-63023
02/18/2025, 1:43 PM
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
bland-eye-99092
02/18/2025, 2:13 PM
please upgrade to 1.3.1. The mentioned issue has been fixed since a couple of versions now 🙂
e
echoing-pillow-63023
02/19/2025, 2:37 AM
Hi @bland-eye-99092,
It's working now but I used v 1.2.0. Thanks!