Fork me on GitHub
#figwheel
<
2019-07-31
>
vikeri11:07:40

Hi, I have issues connecting to the REPL in React Native. Does anyone know what a plausible issue could be?

practicalli-johnny06:08:57

Perhaps if you provide some details then people can start to help...

vikeri07:08:29

I use it through leiningen: lein run -m figwheel.main -b dev r It connects sometimes just after having restarted my computer. So I wonder if there are any lingering connections. Sometimes I get the address already in use error but mostly no errors and it just won’t connect. The figwheel process itself is connected though, I can see that in the console.

practicalli-johnny16:08:56

Interesting. I always use lein fig:build to run the project.

vikeri11:07:06

I also have problems with the clojurescript compilation taking forever.

lumpy19:07:38

I’m getting a weird issue where figwheel is serving the example page html instead of my index page. all other routes in my handler file are working properly. Really has me stumped, just started happening out of nowhere

lumpy19:07:54

Tried updating figwheel, which didn’t help.

lumpy19:07:12

<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <div id="app">
    </div>
    <script src="js/example.js" type="text/javascript"></script>
  </body>
</html>

lumpy19:07:28

this is the html being served, this doesn’t exist anywhere in my project

vikeri07:08:29

I use it through leiningen: lein run -m figwheel.main -b dev r It connects sometimes just after having restarted my computer. So I wonder if there are any lingering connections. Sometimes I get the address already in use error but mostly no errors and it just won’t connect. The figwheel process itself is connected though, I can see that in the console.