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
Sorry you ran into that. I think the best thing to do is make the docs more clear about this.
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 🙂
::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: