Hi, I have tried this method here to import data that has been exported directly from dgraph slash. However, when I run the command
docker run -it --rm -v /path/to/g01.json.gz:/tmp/g01.json.gz dgraph/dgraph:v20.07-slash \
dgraph live --slash_grpc_endpoint=<grpc-endpoint>:443 -f /tmp/g01.json.gz -t <accessJWT>
I got error below:
Running transaction with dgraph endpoint: <grpc-endpoint>
Error while loading schema from alpha rpc error: code = Unauthenticated desc = Unauthorized: HTTP status code 401; transport: missing content-type field
rpc error: code = Unauthenticated desc = Unauthorized: HTTP status code 401; transport: missing content-type field
I am sure that I have provided the correct accessJWT, but why do I still getting this error?
Any help please?
Thanks