I'm getting Figwheel: Unable to dynamicly load figwheel.server.jetty-websocket/run-server
when using clojure -m figwheel.main
you are using datomic cloud?
yes
so funny
ok hold on
you have to add org.eclipse.jetty.websocket/websocket-servlet
and org.eclipse.jetty.websocket/websocket-server
to your deps and they have to be the same version of jetty that datomic cloud uses
@octo221 ^
right
ok that fixed that - thankyou!
now to make my cljs compile with deps.edn
what does it mean when it says [Figwheel] Compile Exception: No input matching "thingy.main"
?
where thingy
is in deps.edn as a :local/root
that's the only compilation error I get,
Rebel readline] Type :repl/help for online help info[main] INFO org.eclipse.jetty.util.log - Logging initialized @26016ms to org.eclipse.jetty.util.log.Slf4jLog[main] INFO org.eclipse.jetty.server.Server - jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_131-b11[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@8d0253b{/figwheel-connect,null,AVAILABLE}[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.h.ContextHandler@f61f06e{/figwheel-connect,null,AVAILABLE}[main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@7a174e4b{HTTP/1.1,[http/1.1]}{0.0.0.0:9500}[main] INFO org.eclipse.jetty.server.Server - Started @26667ms
but I don't get a REPL
and my code's not reloading
ok i think it's to do with my code-splitting
have to say @bhauman Figwheel's error messages are very helpful