Looking at the response I get from Kratos, i see t...
# ory-selfhosting
p
Looking at the response I get from Kratos, i see that the node for the csrf_token, has a empty string as value:
Copy code
{
        "type": "input",
        "group": "default",
        "attributes": {
          "name": "csrf_token",
          "type": "hidden",
          "value": "",
          "required": true,
          "disabled": false,
          "node_type": "input"
        },
        "messages": [],
        "meta": {}
      },
Do I need to configure someething differently? I'm using this config: https://github.com/ory/kratos/blob/master/contrib/quickstart/kratos/email-password/kratos.yml