luminus

Ellie 2019-03-22T09:45:38.027200Z

hey folks, I’m having problems creating deployable app; the jar runs but immediately shuts down. I am using the luminus template +re-frame +postgres +auth and I haven’t touched the core code. Any ideas what I’m doing wrong?

lepistane 2019-03-22T09:51:01.027500Z

how and where are you deploying the app?

Ellie 2019-03-22T10:44:20.028500Z

just running the uberjar in kubenetes

pcj 2019-03-22T17:02:08.031100Z

I made an app with +graphql and cannot get (-> req :body slurp) working because the stream is closed. Is there a way around this? Why would the request have a closed stream for the :body?