bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

unable to change websocket-host to window.location.host #749

Closed AjBreidenbach closed 3 years ago

AjBreidenbach commented 3 years ago

Client is attempting to connect to ws://localhost:3449/figwheel-ws/dev when :websocket-host :js-client-host is used.

AjBreidenbach commented 3 years ago

this is a duplicate of #683