We updated Kratos to v1.1.0 then ran kratos migrat...
# ory-selfhosting
b
We updated Kratos to v1.1.0 then ran kratos migrate sql -e --yes url... For some reason sign in with code (passwordless, magic codes) is working fine for new users but for existing users instead of creating config correctly (just
{}
) it creates something like
{"address_type":"","used_at":{"Time":"0001-01-01T00:00:00Z","Valid":false}}
but most importantly it replaces the current method (password/SSO) with just passwordless
😖 1