anyone have any examples of a browser based recove...
# ory-selfhosting
c
anyone have any examples of a browser based recovery flow ? I've got to the point of starting the flow, but the email is never sent. I've double-checked the config, and can successfully send an email via mailgun with the same creds and details . There's nothing in the log to say email was sent, but there's no errors either. Somewhat at a lost as where to go from here ..
b
Did you start the Kratos courier? Either by using the
--watch-courier
flag when starting the kratos process, or by starting a standalone process using
kratos courier …
c
ohhhh 😊
sorry I thought that was for the mailslurper
damn. I already have
--watch-courier
is courier meant to be a separate process ?
b
Not necessarily.
--watch-courier
should work as well. But since you’re not receiving the emails, it might be worth setting it up as a separate process as well. What email server are you using?
c
using mailgun
b
yup, that looks correct. Does the log contain
Courier sent out message
somewhere?
c
this is the only reference to Courier in the logs
b
hm… that looks weird then. What Kratos version are you on?
c
oryd/kratos:v0.11.1
do have this warning
level=warning msg=Config version is 'v0.11.0' but kratos runs on version 'v0.11.1'
was there any config changes between 11.0 and 11.1 ?
b
Not that I am aware of. Especially nothing in regards to the courier.
c
Copy code
recovery:   
      enabled: true
so recovery is enabled (and I get data back from the startrecoveryflow)