Closed mkherlakian closed 2 years ago
Steps to reproduce:
docker pull hookdeck/hookdeck-cli
docker run -it hookdeck/hookdeck-cli listen 3000
Initialization succeeds, guest account & source are created, but CLI remains stuck in Getting Ready state, and never connects. Preliminary debugging shows that the process hangs here: https://github.com/hookdeck/hookdeck-cli/blob/edeedf8798eef6532d961aa38094b9f91be35f3b/pkg/proxy/proxy.go#L98-L108
Getting Ready
Tested on windows 10 with docker desktop in two different shells and cannot reproduce. Closing but if you have more info on how to repro we can reopen.
Steps to reproduce:
docker pull hookdeck/hookdeck-cli
docker run -it hookdeck/hookdeck-cli listen 3000
Initialization succeeds, guest account & source are created, but CLI remains stuck in
Getting Ready
state, and never connects. Preliminary debugging shows that the process hangs here: https://github.com/hookdeck/hookdeck-cli/blob/edeedf8798eef6532d961aa38094b9f91be35f3b/pkg/proxy/proxy.go#L98-L108