This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-24
Channels
- # babashka (11)
- # beginners (62)
- # calva (9)
- # cider (7)
- # clj-kondo (18)
- # cljfx (2)
- # cljsrn (4)
- # clojure (55)
- # clojure-australia (3)
- # clojure-dev (2)
- # clojure-europe (39)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-spec (5)
- # clojure-uk (5)
- # clojured (7)
- # clojurescript (16)
- # clojureverse-ops (2)
- # conjure (22)
- # cursive (12)
- # data-science (13)
- # datomic (8)
- # duct (7)
- # emacs (11)
- # events (1)
- # fulcro (12)
- # helix (10)
- # integrant (21)
- # introduce-yourself (5)
- # jobs (2)
- # jobs-discuss (16)
- # lsp (1)
- # malli (5)
- # meander (7)
- # membrane (9)
- # pathom (9)
- # reitit (5)
- # releases (3)
- # ring (2)
- # sci (18)
- # shadow-cljs (35)
- # sql (15)
How can I troubleshoot Fulcro Inspect giving me a No app connected
error, while the extension icon is lit up and says Has access to this site
. It seems to happen periodically and I'm not sure why.
Reinstalling the extension seems to fix it. I'm not on the latest versions of everything, maybe an update will help.
There is definitely a minor bug or two in Inspect. Reinstalling fixes most problems (and is very rarely necessary). Sometimes the doesn’t happen until it is open and a change is made in-app.
Thanks, that's good enough for me. Not the biggest inconvenience. I was more concerned about it happening as a result of some mistake I made.
I never had problems upgrading so I recommend using the latest Fulcro and inspect. There are always worthy improvements 🙂
Thanks for the advice. I'm planning on doing that upgrade after I squash a couple bugs in my own code. Inspect hasn't given me any problems since I posted the message yesterday so it's not terribly pressing at the moment.
Question that probably has super obvious answer — how do I run Fulcro / Fulcro RAD server in production mode? I can’t find a main
or any obvious entry point that I can run from command line. [scratching head]
(It would be great if that were in the Makefile as a way to run server in “headless / no REPL” mode.)
Thanks!!
I didn’t make one. The fulcro template has one…basically you just do what is in the start from dev: Run mount/start
from some function, with the config set to a prod one if you want
Awesome! Totally got it — can I submit a PR to add something similar for the RAD demo? Thx @U0CKQ19AQ!!
That was super helpful, @U0CKQ19AQ — here’s the PR for fulcro-rad-demo: https://github.com/fulcrologic/fulcro-rad-demo/pull/26