Hello. I have a self hosted `ory kratos` instance ...
# talk-kratos
h
Hello. I have a self hosted
ory kratos
instance running version
1.0.0
using docker compose. When I try to create a native login, i'm getting a JSON error because of a missing required field
state
. If I test the same code targeting ory network, it works. I did a comparison between responses using curl to endpoint
/self-service/login/api?return_session_token_exchange_code=true
and in my self hosted I can not see the following fields: • "state": "choose_method" • "organization_id": null, The API (Submit a login Flow) specifies that the state is required. Why I'm not getting it in my self hosted instance? Am I missing some configuration or using wrong version? Thanks in advance!
In the end the problem was the different versions in Ory Network compared to the one you get when you launch the latest version in docker.