You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I setup a new docker container locally and configured an nginx service to act as a proxy.
The service starts successfully and if I query the public configuration endpoint I successfully get
My objective is to learn the Flows API to understand how it works.
I started with registration of a user. These are the steps I am executing using Postman:
Send a POST request with an empty body to /registration. This request returns 200 OK and contains a single action with name register_client_capabilities
I then send another POST request to /registration?action=register_client_capabilities@{flowId}. This request returns 200 OK and a body with a single action with name register_login_identifier
I then send a third POST request to /registration?action=register_login_identifier@{flowId}. This request takes 10 seconds to complete with 500 Internal Server Error. The body I am sending is:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I setup a new docker container locally and configured an nginx service to act as a proxy.
The service starts successfully and if I query the public configuration endpoint I successfully get
My objective is to learn the Flows API to understand how it works.
I started with registration of a user. These are the steps I am executing using Postman:
POST
request with an empty body to/registration
. This request returns200 OK
and contains a single action with nameregister_client_capabilities
POST
request to/registration?action=register_client_capabilities@{flowId}
. This request returns200 OK
and a body with a single action with nameregister_login_identifier
POST
request to/registration?action=register_login_identifier@{flowId}
. This request takes 10 seconds to complete with500 Internal Server Error
. The body I am sending is:I looked into the container logs and found this :
What I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions