This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-09
Channels
- # announcements (7)
- # beginners (84)
- # calva (3)
- # cljs-dev (19)
- # cljsrn (1)
- # clojure (64)
- # clojure-dev (31)
- # clojure-italy (13)
- # clojure-nl (6)
- # clojure-spec (4)
- # clojure-uk (35)
- # clojurescript (4)
- # clojurex (86)
- # datomic (4)
- # fulcro (11)
- # graalvm (93)
- # joker (5)
- # nrepl (32)
- # off-topic (45)
- # pedestal (4)
- # reagent (3)
- # rewrite-clj (12)
- # sql (17)
- # tools-deps (4)
- # vim (28)
I stumbled today to a very annoying thing. I was dockerizing my pedestal/lacinia server and somehow I wasn’t able to call it’s endpoint while it was running inside the container. After several hours of debugging/googling I found out about this issue https://github.com/pedestal/pedestal/issues/604
Sorry you ran into that. I think the best thing to do is make the docs more clear about this.
It’s great Pedestal takes security seriously. A note to the docs would be really helpful. I haven’t ran into this kind of issue with other (lesser) frameworks+languages so it took me longer time to figure out the problem 🙂
::http/host "0.0.0.0"
did the trick and I got it working. I don’t know if this is a feature or bug :man-shrugging::skin-tone-2: