This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-20
Channels
- # beginners (106)
- # boot (25)
- # cider (2)
- # cljs-dev (100)
- # cljsjs (1)
- # cljsrn (8)
- # clojure (90)
- # clojure-brasil (1)
- # clojure-dev (7)
- # clojure-greece (2)
- # clojure-italy (4)
- # clojure-madison (1)
- # clojure-russia (15)
- # clojure-serbia (15)
- # clojure-spec (13)
- # clojure-uk (32)
- # clojurescript (88)
- # cursive (19)
- # datascript (13)
- # datomic (32)
- # defnpodcast (1)
- # dirac (43)
- # euroclojure (1)
- # graphql (5)
- # hoplon (11)
- # immutant (1)
- # jobs (6)
- # lein-figwheel (2)
- # liberator (2)
- # luminus (14)
- # lumo (22)
- # off-topic (12)
- # om (9)
- # onyx (49)
- # parinfer (45)
- # precept (4)
- # protorepl (2)
- # reagent (14)
- # ring-swagger (3)
- # sql (1)
- # test-check (58)
- # timbre (3)
- # untangled (86)
So I just noticed that luminus has a require for myapp.env
in myapp.handler
by default. But there's no corresponding file. How is that supplied?
The reason is that environment is profile specific. You may wish to have different configurations for development and production, so this way you can manage that at compile time
I'm now getting the error could not start [#'luminus-boot.core/http-server] due to
(that's it) during this line (wrap-session {:cookie-attrs {:http-only true}})
(line 58), in the default middleware file. What could cause that? I'm trying to get luminus to run under boot, hence why I'm having so many issues.
@donyorm I know that for immutant you need the [org.webjars/webjars-locator-jboss-vfs "0.1.0"]
dependency for ring-webjars
@yogthos I managed to trace it down to this error: ClassNotFoundException: org.jboss.vfs.VirtualFileFilter