Not proceed after /initialize
method called on FQDN and TLS
#717
Unanswered
letusfly85
asked this question in
Q&A
Replies: 1 comment
-
Hi there, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
Describe the bug
Hi, thank you for great solution.
We're now trying hosting this service on our AWS.
For the first step, we tried serving
frontend/examples/react
by usingdocker-compose
.Especially, we want to try webauthn processes.
But when we service processes by using
docker-compose.yml
and Let's Encrypt and several reverse proxies,we cannot proceed to some steps after
/initialize
POST method called, the method returns 200OK, but it doesn't proceed to next steps..On localhost, it works perfectly.
But on FQDN and TLS environment, it doesn't work.
Is there any way to proceed...? or should we create our own frontend processes from scratch..?
Reproducing the bug
1. replace hostnames on yml
cat -p deploy/docker-compose/config.yaml
2. run processes
docker compose -f deploy/docker-compose/quickstart.yaml -p "hanko-quickstart" up --build
Logs
Configuration
No response
Hanko Version
0fca4c0
OS
Linux
OS Version
Ubuntu 20.04 TLS
Browser Version
Chrome 112.0.5615.49(Official Build) (x86_64)
Environment
Docker Compose
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions