We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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/
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: