Ratel unable to connect dgraph server ACL user password error

If you use ACL you gonna have an error like this

{
  "name": "t",
  "url": "http://localhost:8080/mutate?commitNow=true",
  "errors": [
    {
      "message": "rpc error: code = Unauthenticated desc = no accessJwt available",
      "extensions": {
        "code": "ErrorInvalidRequest"
      }
    }
  ]
}

I have run your mutation and got no errors. Only the UID lease that is greater than the uids I have locally.

Check if you are not sharing the wrong mutation.

By the way, please if you have an issue or a question. Even if it has to do with this topic. Make a new topic, thus preventing users from receiving multiple emails.

In your case, just copy the URL of this topic and report your problem that I’ll analyze it. I am here every working day and several engineers also access the discuss every day. Your question will be answered by me or someone else.

It’s just not to “spam” people. Thanks.