figwheel-main

George 2022-11-17T08:28:40.792229Z

Has anyone experienced a figwheel-main setup just breaking with no changes to the project? I had a clj + cljs setup working a few days ago, and now the same project with no changes is doing what I was trying to figure out before -- figwheel is connected to its server, and I have a separate clj Jetty server serving the compiled JS, but the cljs repl isn't connected to the page Jetty is serving. I know this was working before, but I have no clue what changed in the environment

George 2022-11-17T08:31:27.827689Z

the weirder thing is I can get things working not in Firefox, but in the Gnome browser Epiphany

George 2022-11-17T08:34:22.613859Z

oh interesting, hard clearing the cache in FF made it work

George 2022-11-17T08:34:42.171139Z

one day I'll understand all this...πŸ˜‚

2022-11-17T18:54:09.640689Z

Yeah, hard clear browser caches is a good thing to keep in mind often.

2022-11-17T18:54:31.215129Z

Also, be sure to close all fig connected browser windows from time to time if you get issues too - the connections may get messed up.

2022-11-17T18:54:58.659169Z

Then also, occasionally if things seem broken, be sure to clear any local cache/compilation files from figwheel via some sort of β€œclean” command depending on what build tooling you are using.

πŸ‘ 1