Fork me on GitHub
#pedestal
<
2021-10-27
>
pooriaTaj11:10:38

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 ?

richiardiandrea16:10:11

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?)

vemv18:10:57

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)

richiardiandrea19:10:39

yeah but I am sure there is a way, just was wondering if somebody already tried 😄