This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-27
Channels
- # announcements (13)
- # asami (12)
- # babashka (65)
- # beginners (62)
- # calva (14)
- # cider (8)
- # clara (11)
- # clj-kondo (16)
- # clojure (86)
- # clojure-europe (12)
- # clojure-gamedev (4)
- # clojure-nl (2)
- # clojure-sg (4)
- # clojure-uk (5)
- # clojurescript (206)
- # clojureverse-ops (11)
- # community-development (7)
- # conjure (12)
- # core-async (2)
- # core-logic (13)
- # cursive (49)
- # datalevin (1)
- # datomic (29)
- # deps-new (3)
- # duct (8)
- # events (5)
- # fulcro (10)
- # helix (5)
- # jobs (1)
- # klipse (5)
- # lsp (178)
- # luminus (1)
- # malli (8)
- # meander (3)
- # membrane (13)
- # missionary (1)
- # nrepl (5)
- # other-languages (4)
- # pedestal (4)
- # reitit (3)
- # releases (1)
- # reveal (27)
- # shadow-cljs (89)
- # tools-build (6)
- # tools-deps (11)
- # vim (2)
- # xtdb (64)
curl: (7) Failed to connect to 0.0.0.0 port 8822: Connection refused I am hosting a pedestal on a docker image in a remote server , I have mapped the ports in the container and set my host ip to 0.0.0.0 but cannot initiate a curl call any solution ?
Hi there, has anybody tried to debug pedestal handlers? By debug I mean use, for instance, the Cider debugger. I have noticed that that does not work here and I was wondering if there is any trick I need to employ (like using vars for the routes?)
I'm not much of a debugger person but perhaps sneaking https://github.com/gfredericks/debug-repl into interceptor execution would be workable? (although not as sophisticated as cider)
yeah but I am sure there is a way, just was wondering if somebody already tried 😄