Case
- NR in Docker port 1880
- HTTP-logger listening
- http request node to GET /myservice flanked with inject and debug nodes
- http in + http response node to provide GET /myservice, just connected
Observation
- Browser call to localhost:1880/myservice works OK
- Push on inject node to request myservice in node-red does not create a logger response and node-red process crashes to dead
I am utter amateur so no idea what is going on. But when I removed http-logger, my simple set-up worked perfectly. I guess http-logger and docker image for Node-red are not compatible??