In Kratos `v0.11.0` when using `magic_links` I am ...
# talk-kratos
d
In Kratos
v0.11.0
when using
magic_links
I am getting this error
unable to find strategy for link have [code]
.
b
Hi, you’ll need to set
link.enabled
to true.
Copy code
link:
  enabled: true
in your kratos.yml
d
Thank you, I’ll give it a try.
s
I experienced the same problem while upgrading to the latest version of Kratos. Luckily I could find this thread here for the answer. @bland-eye-99092 Maybe this should be included somewhere in the documentation? Sorry if it already is, I didn’t find it anywhere