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
Is there a webpage connected to figwheel in your scenario?
Er browser?
@dpsutton yes
I cloned the repo. clj -A:figwheel
, open localhost:9500 and the repl started. is this not your experience?
with the committed setting of :open-url false
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
so i'm not seeing an issue or a confusion @dimovich
yes, same on my side
The cljs repl doesn't start for me. Thank you for taking the time to run this.
no worries
does the browser open or not for you when open-url false
is commented out?
it opens automatically, but the cljs-repl doesn't start
ah gotcha. are there any errors in the browser console?
none. The console reports that WS connection was made
will make some more tests, with more verbose logging and see what's happening. Good that it's working on your side.
good luck testing. i'm happy to try out anything else here locally if you want to compare results
thank you!