kind-pencil-94329
01/17/2022, 6:17 PM/whoami
endpoint is returning a 200 OK, but an empty response body. This is of course preventing a successful /user-details
call. Does anyone know why whoami
would return an empty response?v0.8.0-alpha.2
X-Kratos-Authenticated-Identity-Id
is also present on the response header, and per the docs means the request was successful.magnificent-energy-493
kind-pencil-94329
01/17/2022, 7:00 PM/whoami
call should return an empty response body on 200 OK statuses?magnificent-energy-493
{
"active": true,
"authenticated_at": "2019-08-24T14:15:22Z",
"authentication_methods": [
{}
],
"authenticator_assurance_level": "aal0",
"expires_at": "2019-08-24T14:15:22Z",
"id": "string",
"identity": {
"created_at": "2019-08-24T14:15:22Z",
"credentials": {},
"id": "string",
"recovery_addresses": [],
"schema_id": "string",
"schema_url": "string",
"state": "active",
"state_changed_at": "2019-08-24T14:15:22Z",
"traits": null,
"updated_at": "2019-08-24T14:15:22Z",
"verifiable_addresses": []
},
"issued_at": "2019-08-24T14:15:22Z"
}
kind-pencil-94329
01/17/2022, 7:05 PMx-kratos-authenticated-identity-id
and an empty response body. What sort of thing in the config could cause kratos to return an empty response body?proud-plumber-24205
01/18/2022, 8:04 AMv0.8.0-alpha.3
?kind-pencil-94329
01/18/2022, 5:28 PM