Hi all, it’s been a couple of years since I last a...
# talk-kratos
c
Hi all, it’s been a couple of years since I last asked a question here, but here I am. I don’t know what I’m doing wrong, but I cannot get the Kratos quickstart with postgres and oathkeeper to work. Navigating in the node ui to
<http://127.0.0.1:4435/registration>
results in a
303 See Other
which points to
<http://kratos:4433/self-service/registration/browser?return_to=>
which the ui obviously cannot navigate to being that it’s within the docker network and not visible outside. Has anyone actually got this working before? If so, can anyone give me some pointers?
I’ve attempted to change the
KRATOS_PUBLIC_URL
to
<http://127.0.0.1:4433/>
instead of
<http://kratos:4433/>
which then leads to another error… I then get a 404 not found for
<http://127.0.0.1:4455/auth/registration?flow=SOME_ID_HERE>
.
I’m completely stumped here as no routes anywhere in the ui app are defined as prefixed with
/auth
. All of the JS and CSS also fails to load as it thinks it is behind
/auth
The only place I can see the routes defined thusly is in the Kratos config?!
I’ve tried this without oathkeeper and I get the same 404 described above. 😞
Anyone??