Grafana Pod constantly failing Error: server misbehaving

Some workarounds when your grafana pod concurrently shows an error about server misbehaving.

Problem

This problem can come from the network you are using. If the network has a restrictive VPN set, it can result in the Grafana Pod not being able to connect the internet, which it needs to at the start of its lifetime. The pod log should have the following error:

You may have issues with file permissions, more information here: http://docs.grafana.org/installation/docker/#migrate-to-v51-or-later
Error: ❌ Get "https://grafana.com/api/plugins/repo/grafana-worldmap-panel": dial tcp: lookup grafana.com on 10.43.0.10:53: server misbehaving

image.png

Solution

Change your Network to one that has less restrictions. You may also want to try to disable local VPN services like tailscale. Then restart the computer. Make sure to not connect to the more restrictive network while the United Manufacturing Hub is running.

Last modified February 17, 2023: update (#208) (ea731fc)