Fork me on GitHub
#pedestal
<
2019-11-09
>
Janne Sauvala19:11:49

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

ddeaguiar13:11:03

Sorry you ran into that. I think the best thing to do is make the docs more clear about this.

Janne Sauvala14:11:57

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 🙂

Janne Sauvala19:11:07

::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: