I believe this is a user issue. You’re running Dgraph as a different user from your current logged in user right?
sudo groupadd --system dgraph
sudo useradd --system -d /var/run/dgraph -s /bin/false -g dgraph dgraph
^ you ran this?
I believe this is a user issue. You’re running Dgraph as a different user from your current logged in user right?
sudo groupadd --system dgraph
sudo useradd --system -d /var/run/dgraph -s /bin/false -g dgraph dgraph
^ you ran this?