nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
vinai 2020-04-01T07:23:04.011100Z

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:<mailto:pass@my-app.herokuapp.com|pass@my-app.herokuapp.com>/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?

bozhidar 2020-04-01T08:10:53.012400Z

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?

bozhidar 2020-04-01T08:12:50.014Z

As for the debugging - I’m not sure what’s the best approach, but it’d simple enough to add some logging to drawbridge, build a local package and test with it.

vinai 2020-04-01T08:49:48.016500Z

Thank you. There where no changes on the app, but maybe Heroku made some changes - even though that is kind of unlikely, too. I guess I’ll try to build a local package with logging…