figwheel-main

figwheel-main http://figwheel.org
2019-07-26T16:24:00.006100Z

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

dpsutton 2019-07-26T17:28:55.007Z

Is there a webpage connected to figwheel in your scenario?

dpsutton 2019-07-26T17:29:05.007200Z

Er browser?

2019-07-26T19:08:42.007600Z

@dpsutton yes

dpsutton 2019-07-26T20:15:49.008800Z

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

dpsutton 2019-07-26T20:16:17.009200Z

with the committed setting of :open-url false

dpsutton 2019-07-26T20:17:35.009900Z

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

dpsutton 2019-07-26T20:20:01.010300Z

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

2019-07-26T20:28:55.010500Z

yes, same on my side

2019-07-26T20:30:04.010700Z

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

dpsutton 2019-07-26T20:30:13.010900Z

no worries

dpsutton 2019-07-26T20:30:26.011100Z

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

2019-07-26T20:31:00.011300Z

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

dpsutton 2019-07-26T20:31:34.011500Z

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

2019-07-26T20:32:21.011700Z

none. The console reports that WS connection was made

2019-07-26T20:33:31.011900Z

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

dpsutton 2019-07-26T20:34:54.012100Z

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

2019-07-26T20:35:18.012300Z

thank you!