I launch lein repl
, then in another tab I do lein figwheel dev
and in a third tab I have the Chrome command, just like the doc say it.
I’m very puzzled by this 😕
does this file (url) exists when you request it directly? http://0.0.0.0:3450/js/compiled/out/lazy_scrolling_renderer/events/events.utils.cljs
@darwin thanks for your kindness!
Nope, neither localhost:3450/…
not 0.0.0.0:3450/…
are accessible.
However <http://localhost:3450/>
returns the home page
to me it looks like a misconfiguration of your source maps, some generated js file references a source map, which references this original source file which is not accessible to devtools
ok, I gonna work that way. But as you can see, I’ve put :source-map true
.
:source-map true
should be the default setting, look into your resources/public/js/compiled/out if the directory structure matches the expected layout