Anything I might have missed when the `ui.action` ...
# ory-selfhosting
b
Anything I might have missed when the
ui.action
URL that I get from
createBrowserLoginFlow()
gives 404 when I'm posting to it? 🤔 It gets populated as
(...).ory/kratos/self-service/login?flow={id}
. Checked the logs and the db for clues and Google doesn't give me the answers unfortunately. The endpoint itself is (in the REST API docs) marked as "EXPERIMENTAL" which doesn't make sense to me, but I'm probably missing something.
gohack 1
✅ 1
Turned out to be a similar issue as my other post, sorry about that. My base url for the public ui was incorrectly configured in the yaml. So if nothing else, this might be solution if someone runs into the same.