Composite docker application with "8" containers (2x Node-RED, 2x MQTT broker, Telegraf, InfluxDb, Grafana, Nginx) for deployment on Raspberry Pi through Balena.
Eclipse Public License 2.0
58
stars
42
forks
source link
"502 Bad Gateway" or "Cannot GET /node-red-test/" #5
Sometimes we can no longer access the Grafana user interface or the Node-RED editor through the public device URL after a deployment (git push resin master). In that case we get a 502 Bad Gateway or Cannot GET /node-red-test/
Note that in most cases this error can be fixed by restarting the nginx container !
Sometimes we can no longer access the Grafana user interface or the Node-RED editor through the public device URL after a deployment (
git push resin master
). In that case we get a502 Bad Gateway
orCannot GET /node-red-test/
Note that in most cases this error can be fixed by restarting the nginx container !