This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-15
Channels
- # announcements (27)
- # architecture (15)
- # aws (2)
- # babashka (5)
- # beginners (77)
- # calva (42)
- # cider (22)
- # clj-kondo (47)
- # cljfx (7)
- # clojure (66)
- # clojure-australia (1)
- # clojure-europe (32)
- # clojure-france (10)
- # clojure-israel (2)
- # clojure-italy (1)
- # clojure-nl (8)
- # clojure-uk (53)
- # clojurescript (29)
- # conjure (28)
- # core-async (2)
- # cursive (26)
- # data-science (1)
- # datascript (11)
- # datomic (33)
- # emacs (4)
- # fulcro (5)
- # girouette (3)
- # helix (1)
- # jobs (2)
- # leiningen (17)
- # luminus (2)
- # malli (15)
- # music (2)
- # off-topic (51)
- # pathom (3)
- # rdf (91)
- # remote-jobs (1)
- # reveal (7)
- # sci (6)
- # shadow-cljs (10)
- # spacemacs (3)
- # sql (23)
- # tools-deps (52)
- # uncomplicate (2)
- # vim (3)
- # xtdb (9)
Hi, guys.. may someone knows how I can debug this, I've call (:y smart-map) but when I saw the errors I got this
:node-error #error{:cause "Insufficient data",
:data {:required {:test/constant-headers {},
:test/access-token {}, :test/body {}},
:available #:test{:constant-headers {:User-Agent {},
:Host {}}}},
:via [{:type clojure.lang.ExceptionInfo,
:message "Insufficient data",
:data {:required {:test/constant-headers {},
:test/access-token {}, :test/body {}}, :available #:test{:constant-headers {:User-Agent {}, :Host {}}}},
I've print in test/access-toke and test/body inside their resolvers and i saw the data there, and in the env I saw the data, any help is welcome.