Fork me on GitHub
#fulcro
<
2021-06-24
>
sheluchin13:06:43

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.

sheluchin13:06:46

Reinstalling the extension seems to fix it. I'm not on the latest versions of everything, maybe an update will help.

tony.kay14:06:18

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.

sheluchin14:06:06

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.

Jakub Holý (HolyJak)12:06:59

I never had problems upgrading so I recommend using the latest Fulcro and inspect. There are always worthy improvements 🙂

sheluchin12:06:29

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.

genekim20:06:29

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!!

tony.kay21:06:47

You mean the demo?

tony.kay21:06:45

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

genekim21:06:10

Awesome! Totally got it — can I submit a PR to add something similar for the RAD demo? Thx @U0CKQ19AQ!!

tony.kay21:06:13

if you want

genekim22:06:16

That was super helpful, @U0CKQ19AQ — here’s the PR for fulcro-rad-demo: https://github.com/fulcrologic/fulcro-rad-demo/pull/26

❤️ 2