http://localhost:8080/ returns:
Dgraph browser is available for running separately using the dgraph-ratel binary
http://localhost:8080/state returns:
{"errors":[{"message":"No membership state found","extensions":{"code":"Error"}}]}
http://localhost:8080/query returns:
{"errors":[{"message":"Invalid method","extensions":{"code":"ErrorInvalidMethod"}}]}
So it seems there is an issue with Zero’s state?
Is there a different command I need to run instead of
dgraph zero --my=IPADDR:5080 ?