Fork me on GitHub
#lein-figwheel
<
2018-05-10
>
wilkerlucio01:05:27

I've updated to Figwheel 0.5.16, but it keeps complaining about Figwheel Client Version 0.5.14 is not equal to Figwheel Sidecar Version 0.5.16. Shutting down Websocket Connection!, I already cleaned everything and checked deps, but it keeps coming back, is there anything else I could check that I'm missing?

wilkerlucio01:05:10

seems solved by deleting the target folder, I was just deleting the js files before

wilkerlucio04:05:47

nope, still hapenning =/

bhauman14:05:55

OK, be sure to delete ~/.cljs/.aot_cache/

bhauman14:05:51

also change the server-port to stop the cached assets from being pulled in

wilkerlucio17:05:40

@bhauman thanks, I tried all of those (except change server-port, I can't because I'm doing things that require me to use a specific port, but I have disable cache enabled all the time on Chrome)

wilkerlucio17:05:06

but from time to time, when I save some file, I'm getting a bunch of NPE, and usually after that I get the server version problem

wilkerlucio17:05:59

I think it's something that is on my machine, because the same project on a different dev computer seems to run without problems, so I think it can be some crazy cache somewhere

wilkerlucio20:05:37

I restarted my computer and now all seem fine, my guess is that I had some dirty instance of figwheel running and that was competing with another fighwheel run, all good now 🙂