happy-jelly-15061
11/07/2023, 1:23 PMory 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!happy-jelly-15061
11/10/2023, 12:16 PM