@lumpy try clearing the caches in the browse - open the dev tools and look through the settings and purge any cache you find. I used to experience the cache showing incorrect pages or getting stuck showing pages from other projects, even after restarting the browser.
I have cleared all caches I can think of. Hard browser cache reset. I did a lein clean and even deleted my .m2 directory. This is not happening when we build a packaged app so figwheel must be involved. Right now only solution is to duplicate / route to /dev.
Perhaps if you provide some details then people can start to help...
Tried disabling and enabling rebel-readline, didn’t matter
If I run pgrep java
after a couple of failed attempts there are a bunch of lingering processes.
On further investigation the REPL seems to work more reliably if I use clj -m figwheel.main
.
Is there a major difference between running clj -m figwheel.main
and lein trampoline -m figwheel.main
?
Apart from them using different class-paths from deps.edn
/`project.clj`