pedestal

Janne Sauvala 2019-11-09T19:43:49.075200Z

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

2019-11-11T13:57:03.078700Z

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

Janne Sauvala 2019-11-11T14:14:57.078900Z

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 Sauvala 2019-11-09T19:45:07.076500Z

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