hundreds-psychiatrist-38730
02/15/2022, 12:37 PMlatest
oryd/kratos-selfservice-ui-node
image, it redirects me to <http://127.0.0.1:4455/self-service/registration?flow=4b856967-8e78-4879-b4b0-62f95756b72a>
and i get Cannot POST /self-service/registration
i have not defined self-service
anywhere in the urls.damp-sunset-69236
02/15/2022, 12:43 PMhundreds-psychiatrist-38730
02/15/2022, 12:44 PMoryd/kratos-selfservice-ui-node:latest
which seems to be 25 days old.service-service/registration
is in the kratos api right?magnificent-energy-493
hundreds-psychiatrist-38730
02/15/2022, 1:33 PMversion: v0.8.0-alpha.3
dsn: "<postgres://kratos:secret@postgresd:5432/kratos?sslmode=disable&max_conns=20&max_idle_conns=4>"
serve:
public:
base_url: <http://127.0.0.1:4455/>
cors:
enabled: true
admin:
base_url: <http://kratos:4434/>
selfservice:
default_browser_return_url: <http://127.0.0.1:4455/welcome>
whitelisted_return_urls:
- <http://127.0.0.1:4455>
methods:
password:
enabled: true
flows:
error:
ui_url: <http://127.0.0.1:4455/error>
settings:
ui_url: <http://127.0.0.1:4455/settings>
privileged_session_max_age: 15m
recovery:
enabled: true
ui_url: <http://127.0.0.1:4455/recovery>
verification:
enabled: true
ui_url: <http://127.0.0.1:4455/verification>
after:
default_browser_return_url: <http://127.0.0.1:4455/welcome>
logout:
after:
default_browser_return_url: <http://127.0.0.1:4455/login>
login:
ui_url: <http://127.0.0.1:4455/login>
registration:
ui_url: <http://127.0.0.1:4455/registration>
after:
password:
hooks:
-
hook: session
log:
level: debug
format: text
leak_sensitive_values: true
secrets:
cookie:
- w2C5sLmwQMyezvPM
cipher:
- 37W3tAdrBqAqrUHANSB2szWf3C9XrdkJ
ciphers:
algorithm: xchacha20-poly1305
hashers:
algorithm: bcrypt
bcrypt:
cost: 8
identity:
default_schema_url: file:///etc/config/kratos/identity.schema.json
courier:
smtp:
connection_uri: <smtps://test:test@mailslurper:1025/?skip_ssl_verify=true>
session:
cookie:
domain: 127.0.0.1
magnificent-energy-493
damp-sunset-69236
02/15/2022, 5:59 PMserve:
public:
base_url: <http://127.0.0.1:4455/> # Here's the issue
cors:
enabled: true
admin:
base_url: <http://kratos:4434/>
:4455
is used for kratos-selfservice-node while kratos (API backend) uses only :4433
and :4434
portsserve:
public:
base_url: <http://127.0.0.1:4433/>
cors:
enabled: true
admin:
base_url: <http://kratos:4434/>
Working configuration for your case
You can check it here https://github.com/gen1us2k/kratos_flask_example/blob/master/kratos/kratos.ymlhundreds-psychiatrist-38730
02/15/2022, 6:59 PMemail-password
folder.damp-sunset-69236
02/15/2022, 7:38 PMhundreds-psychiatrist-38730
02/15/2022, 8:02 PMdamp-sunset-69236
02/16/2022, 7:40 AM:4436
and accessible here http://127.0.0.1:4436/hundreds-psychiatrist-38730
02/16/2022, 4:15 PM