Open dbtek opened 1 year ago
Script src seems to use 127.0.0.1 origin to fallback.
No response
# docker-compose.yml version: '3.7' services: selfservice: image: oryd/kratos-selfservice-ui-node environment: - KRATOS_PUBLIC_URL=http://kratos:4433/ - KRATOS_BROWSER_URL=http://127.0.0.1:8001/authn/ - BASE_PATH=/auth - PORT=4455 - SECURITY_MODE= networks: - intranet restart: on-failure ports: - "4455:4455"
0.11.0
macOS
Docker Compose
I would happily drop a PR if guided, since I couldn't be sure where this issue fixed. I'm sorry if I missed or did something wrong.
Thanks!
Looks like your kratos public url is not configured correctly, it is http://localhost:4433/ (default) but should be http://127.0.0.1:8001/authn/
http://localhost:4433/
http://127.0.0.1:8001/authn/
Preflight checklist
Describe the bug
Script src seems to use 127.0.0.1 origin to fallback.
Reproducing the bug
Relevant log output
No response
Relevant configuration
Version
0.11.0
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Docker Compose
Additional Context
I would happily drop a PR if guided, since I couldn't be sure where this issue fixed. I'm sorry if I missed or did something wrong.
Thanks!