Fork me on GitHub
#figwheel-main
<
2019-07-26
>
dimovich16:07:00

Could someone please check and confirm this thing -- try to run clj -A:figwheel and see if the cljs repl starts when you open localhost:9500 in browser. Then try again but comment out :open-url false in dev.cljs.edn and wait for the browser to open automatically. For me the cljs repl doesn't start when I comment it out. Is this the expected behaviour? Here is the project: https://github.com/dimovich/deps-cider-cljs-reagent

dpsutton17:07:55

Is there a webpage connected to figwheel in your scenario?

dpsutton17:07:05

Er browser?

dpsutton20:07:49

I cloned the repo. clj -A:figwheel, open localhost:9500 and the repl started. is this not your experience?

dimovich20:07:55

yes, same on my side

dpsutton20:07:17

with the committed setting of :open-url false

dpsutton20:07:35

when i comment out the :open-url false it opens the browser automatically and the repl begins without me having to visit localhost:9500 manually because the browser opened automatically

dimovich20:07:04

The cljs repl doesn't start for me. Thank you for taking the time to run this.

dpsutton20:07:26

does the browser open or not for you when open-url false is commented out?

dimovich20:07:00

it opens automatically, but the cljs-repl doesn't start

dpsutton20:07:34

ah gotcha. are there any errors in the browser console?

dimovich20:07:21

none. The console reports that WS connection was made

dimovich20:07:31

will make some more tests, with more verbose logging and see what's happening. Good that it's working on your side.

dpsutton20:07:54

good luck testing. i'm happy to try out anything else here locally if you want to compare results

dpsutton20:07:01

so i'm not seeing an issue or a confusion @dimovich