This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-16
Channels
- # aws-lambda (1)
- # bangalore-clj (2)
- # beginners (121)
- # boot (23)
- # cljs-dev (165)
- # cljsrn (8)
- # clojars (2)
- # clojure (164)
- # clojure-berlin (6)
- # clojure-chicago (3)
- # clojure-italy (5)
- # clojure-nl (1)
- # clojure-russia (4)
- # clojure-serbia (32)
- # clojure-sg (1)
- # clojure-spec (8)
- # clojure-uk (55)
- # clojurescript (94)
- # cursive (21)
- # datomic (30)
- # events (1)
- # hoplon (6)
- # jobs (1)
- # keechma (1)
- # liberator (2)
- # luminus (8)
- # off-topic (48)
- # om (12)
- # onyx (24)
- # parinfer (15)
- # pedestal (8)
- # re-frame (4)
- # sql (18)
- # test-check (31)
- # unrepl (70)
- # untangled (21)
@yogthos so I noticed that it did seem to write to my database and i was continuing to try to create a record with the same id, after changing the input i now get a 500 error along with this https://gist.github.com/anonymous/381c6670c867820b8849783a8f903eb6
mount.core/start and it says the address is already in use…so i ran mount.core/stop several times then mount.core/start same issue
the states are started at runtime, and the namespace hierarchy is used to resolve the states
if you're already referencing the database namespace in a route, you might want to check that you don't have any code that attempts to access the database during compile time
@yogthos correct. I did figure out how to call mount.core/start …also that i’d added a few extra fields to my table and simply forgot. interestingly i looked at the database and records are being written. I am getting a new odd error, this should be all of the required fields, i’m not sure why it’s complaining about the arity. https://gist.github.com/anonymous/32d5fbbf142b4b3360771a44e241795b