This port is from Zero. You can see the green line there cuz zero also has /state. Ratel looks for that endpoint to get the state of the cluster. But it won’t find anything to query or mutate. Cuz it is on Dgraph’s binary. And it is at :8080/mutate and :8080/query.
Recheck your context. I’m pretty sure that something else is happening at your side.
No, it doesn’t.
Check for the paths
http://localhost:8080/
It should return
Dgraph browser is available for running separately using the dgraph-ratel binary
Check for state:
http://localhost:8080/state
It should return a big JSON response with the state of the cluster
Check for query:
http://localhost:8080/query
It should return
{“errors”:[{“message”:“Invalid method”,“extensions”:{“code”:“ErrorInvalidMethod”}}]}