Could you please state which API-Endpoint is affec...
# ory-network
l
Could you please state which API-Endpoint is affected? If you use a custom domain and a custom ui, Ory network currently redirects you to the login page with a flow ID. The flow contains the corresponding message. Which endpoint now throws a 400? /self-service/login/flows?id=XXX ?
h
If you don't have a custom UI implementation you won't be affected
l
I do have a custom UI.
"If you use a custom domain and a custom ui, Ory network currently redirects you to the login page with a flow ID"
h
It would be on
POST /self-service/registration?flow={id}
l
Will the response body contain an updated ui with the said error message?
h
yes, only the code changes
l
thank you 🙂