Fork me on GitHub
#figwheel-main
<
2023-09-19
>
reefersleep22:09:56

I've tried adding

:figwheel {:server-port 5309}
to the top level of my project.clj and
:figwheel {:websocket-url ""}
in the build map. When I connect to localhost:5309 in my browser, the js is loaded correctly. But the developer console spams
WebSocket connection to '' failed: 
It's like the :websocket-url option is ignored 😕

reefersleep23:09:40

This is a lein-figwheel problem, btw.