This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-14
Channels
- # aleph (3)
- # announcements (16)
- # aws (6)
- # babashka (10)
- # beginners (28)
- # cider (1)
- # clj-kondo (14)
- # cljdoc (2)
- # cljs-dev (27)
- # cljsrn (7)
- # clojure (78)
- # clojure-europe (2)
- # clojurescript (14)
- # conjure (6)
- # core-async (2)
- # fulcro (5)
- # helix (7)
- # jobs (1)
- # lgbtq (1)
- # malli (12)
- # missionary (1)
- # nbb (10)
- # pathom (1)
- # portal (12)
- # protojure (1)
- # re-frame (41)
- # react (2)
- # reitit (1)
- # reveal (1)
- # shadow-cljs (72)
- # sql (11)
- # tools-deps (8)
- # vim (1)
- # xtdb (4)
would appreciate any pointers to debugging this error I'm getting with my session state machine.
{::uism/handler
(fn [env]
(let [nonce (get-in env [::uism/event-data
::uism/mutation-result
:body 'app.model.session/make-session-nonce])]
(-> env
(uism/apply-action update-in (uism/actor->ident env :actor/session) merge nonce)
(uism/trigger-remote-mutation :actor/session 'app.application/sign-message
{::uism/mutation-remote :metamask
::uism/ok-event :event/finished-login
::uism/error-event :event/failed}))))}
this is the error I'm getting after adding the trigger-remote-mutation
line and hitting this handler:FYI I have open-sourced a somewhat simplified and anonymized version of the Fulcro/RAD production app I have created in 2020 - 2021, see https://github.com/holyjak/fulcro-billing-app if you want to see what a "real" app looks like. Also linked to it from https://fulcro-community.github.io/main/awesome-fulcro/README.html#_real_apps
@U0522TWDA thanks for all the resources you've created for the fulcro community! invaluable for a journeyman like me
I know. That is why I make them so that there can be more of us and so that Tony can focus on making Fulcro even more awesome :-)