I think I figured out the issue we were having upg...
# talk-kratos
i
I think I figured out the issue we were having upgrading kratos to 0.9.0-alpha-3 and messages not being sent. It’s related to the
message_ttl
config. If you don’t have that set, the code will automatically mark the message as abandoned, because it doesn’t provide a sane default for the config value if missing. This was not the case in 0.8.0-alpha-3. I posted to discussions here, but might create an issue: https://github.com/ory/kratos/discussions/2463
🙌 1