Hello. I have this configuration. When I’m trying ...
# ory-selfhosting
f
Hello. I have this configuration. When I’m trying to register user I’m getting error. Where should I place templates files?
Copy code
{
  "code": 500,
  "status": "Internal Server Error",
  "message": "template: file:///etc/config/kratos/verification/valid/email.body.plaintext.gotmpl:4:12: executing \"file:///etc/config/kratos/verification/valid/email.body.plaintext.gotmpl\" at <{{template \"email.body.plaintext.en.gotmpl\" .}}>: template \"email.body.plaintext.en.gotmpl\" not defined"
}
s
the error says you have an error in the template file
kratos only knows the files defined though the urls unfortunately...