This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-01
Channels
- # announcements (21)
- # architecture (6)
- # aws (18)
- # babashka (14)
- # beginners (231)
- # boot (1)
- # calva (2)
- # chlorine-clover (22)
- # cider (34)
- # clara (16)
- # clj-kondo (53)
- # cljdoc (5)
- # cljs-dev (22)
- # cljsrn (3)
- # clojure (283)
- # clojure-europe (24)
- # clojure-italy (9)
- # clojure-nl (5)
- # clojure-spec (5)
- # clojure-uk (57)
- # clojurescript (14)
- # core-typed (8)
- # cursive (4)
- # data-science (11)
- # datomic (41)
- # docker (24)
- # duct (2)
- # emacs (2)
- # exercism (29)
- # fulcro (96)
- # graalvm (4)
- # jobs-discuss (1)
- # kaocha (53)
- # lambdaisland (20)
- # malli (5)
- # nrepl (4)
- # observability (7)
- # off-topic (40)
- # pathom (44)
- # pedestal (8)
- # re-frame (19)
- # shadow-cljs (58)
- # spacemacs (2)
- # sql (9)
- # tools-deps (15)
- # vim (3)
- # yada (10)
Hello everyone. Got an issue with nrepl/drawbridge
, if there is a better channel to post to, please let me know.
Anyhow, I’ve got an app deployed to heroku (since 2.5 years) that I mainly administer with using drawbridge.
The problem is, since yesterday leiningen no longer connects, it just hangs with the message
Connecting to nREPL at https:/user:/repl
I can see there is plenty of HTTP traffic to /repl
all the time while it hangs…
When I start the uberjar locally and try to connect with drawbridge all works fine.
Do you have a pointer how to debug this?Hmm, that’s pretty weird. There hasn’t been any recent drawbridge changes. Can you think of something you’ve changed in the app recently that might be related?