Hi there! I have a problem with the Recovery Flow....
# talk-kratos
l
Hi there! I have a problem with the Recovery Flow. When I try to initialize and complete it, I get the email, but it says “an account access attempted”, but the account does not exist in its database. However, I am able to do the Login Flow and was able to do the Verification Flow. Does anyone have any idea why this is happening? I am using version
v0.8.2-alpha.1
d
Hello @User. What response in the browser do you have?
l
Copy code
{
  "id": "d792620e-e482-4455-ab05-8d3c27ce4148",
  "type": "browser",
  "expires_at": "2022-04-15T14:17:23.890463Z",
  "issued_at": "2022-04-15T13:17:23.890463Z",
  "request_url": "<http://mykratos.example.com/self-service/recovery/browser>",
  "active": "link",
  "ui": {
    "action": "<https://mykratos.example.com/self-service/recovery?flow=d792620e-e482-4455-ab05-8d3c27ce4148>",
    "method": "POST",
    "nodes": [
      {
        "type": "input",
        "group": "default",
        "attributes": {
          "name": "csrf_token",
          "type": "hidden",
          "value": "8d7gAkn30bzyoSzo0H20W4zKYwgWUynHu5cxi7/XQMphp1s/sztHqShj8omxSoB+xbN0mBSaQ4V0RfTmxtTCyQ==",
          "required": true,
          "disabled": false,
          "node_type": "input"
        },
        "messages": [],
        "meta": {}
      },
      {
        "type": "input",
        "group": "link",
        "attributes": {
          "name": "email",
          "type": "email",
          "value": "<mailto:hello@mateokurti.com|hello@mateokurti.com>",
          "required": true,
          "disabled": false,
          "node_type": "input"
        },
        "messages": [],
        "meta": {}
      },
      {
        "type": "input",
        "group": "link",
        "attributes": {
          "name": "method",
          "type": "submit",
          "value": "link",
          "disabled": false,
          "node_type": "input"
        },
        "messages": [],
        "meta": {
          "label": {
            "id": 1070005,
            "text": "Submit",
            "type": "info"
          }
        }
      }
    ],
    "messages": [
      {
        "id": 1060002,
        "text": "An email containing a recovery link has been sent to the email address you provided.",
        "type": "info",
        "context": {}
      }
    ]
  },
  "state": "sent_email"
}
d
Let me clarify something, please, to check that I understood everything correctly. Do you test recovery flow with non-existent email in the database?
l
No, I am testing it with an existent email
I am able to log in with that address (in this case
<mailto:hello@mateokurti.com|hello@mateokurti.com>
, but when I try to do a recovery flow, I get the email that I mentioned