hookdeck / hookdeck-cli

Alternative to ngrok for localhost asynchronous web development (e.g. webhooks). No account required.
https://hookdeck.com?ref=github-hookdeck-cli
Apache License 2.0
276 stars 9 forks source link

CLI won't connect to websocket when running in docker container on Windows #18

Closed mkherlakian closed 2 years ago

mkherlakian commented 3 years ago

Steps to reproduce:

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

leetrout commented 2 years ago

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.

image image