bright-pilot-17280
09/16/2025, 2:40 AM{
statusCode: 400,
message: 'Linked credentials do not match.',
code: 4010009,
meta: {}
}
chilly-king-10285
09/16/2025, 2:40 AMchilly-king-10285
09/16/2025, 2:40 AMjson { "statusCode": 400, "message": "Linked credentials do not match.", "code": 4010009, "meta": {} }
means that the credentials you are trying to link do not match the expected credentials for the current account. This typically occurs during account linking or social sign-in flows when the provided credentials (such as an email, password, or social login) do not correspond to the credentials already associated with the account you are attempting to link to. As a result, Ory Kratos returns this error to indicate a mismatch in the linked credentials, preventing the linking operation from proceeding. You can find this error documented in the Ory Kratos UI messages reference, where it is described as: > Linked credentials do not match. (4010009) This is an error type message and is used to signal issues with credential matching during account linking or authentication flows [Linked credentials do not match. (4010009)](https://www.ory.sh/docs/kratos/concepts/ui-messages#linked-credentials-do-not-match-4010009).