Closed amitnovick closed 5 years ago
Sorry about that. The default start settings for that example now include dev tools: true. You should be able to get rid of those errors by omitting it or setting explicitly to false (though I’d expect the example to still run with those socket errors). If you want the dev tools to connect with the app you should be able to clone and run the server and client from https://github.com/CoNarrative/precept-devtools.
Sorry about that. The default start settings for that example now include dev tools: true. You should be able to get rid of those errors by omitting it or setting explicitly to false (though I’d expect the example to still run with those socket errors). If you want the dev tools to connect with the app you should be able to clone and run the server and client from https://github.com/CoNarrative/precept-devtools.
Hi! thanks for your reply and work on this project which I hope to be able to use.
I believe your suggestion referred to this snippet of code on fullstack.core
namespace in the cljs
directory:
(defn init! []
(mount/start)
(start! {:session app-session
:facts [[:transient :start true]]
:devtools false}) ; <= changed from `true` to `false`
(mount-components))
Unfortunately the errors still persist and the app is not quite usable from my interactions with it. This is what it looks like in my browser:
@feelextra Have you tried viewing it at localhost:3000?
@feelextra Have you tried viewing it at localhost:3000?
D'oh! somehow I glossed over that port number.
Thanks for helping me figure it out, it's running now and looks much better, too.
I think I was trying port 3449 because that's what the output of Figwheel points at. Actually, it's weird because as is shown in the screenshot above there is actually some HTML served at that URL, so I just assumed that the app is broken when none of the widgets responded to interactions.
Anyway, I'm excited to get to play with this now :-)
Hello! I tried to play with the Fullstack example today but unfortunately got some errors. Here are the steps I did:
After opening
http://localhost:3449/
in Chrome, the following is found in the log of the Chrome DevTools Console: