Dgraph v.1.0.3
dgraph zero -o +2950 dgraph server --memory_mb 2048 --zero localhost:10000 -o +4920
Dgraph zero and Drgraph server up and running. I can run queries against the schema that were created. Dgraph Ratel is able to establish conn between ui and server.
Proof that schema’s have been added.
However attempting to fetch schema{} throws error - : error while fetching schema error: intern.error: No connection exists.
At some point my data got messed up. Causing some weird state in one of its 3 directories. Removing / Cleaning out those directories solved my issue.
I would suggest sharing the logs from the server if it happens next time.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.