I’m verifying ACL.When I visit http://localhost:8080/admin through a browser .The following error message will be prompted:
{“errors”:[{“message”:“no query string supplied in request”}]}
I have two questions:
Q1:How to access a page http://localhost:8080/admin for password reset.I refer to this document https://dgraph.io/docs/enterprise-features/access-control-lists/#reset-the-root-password
Q2:When I visit http://localhost:8080/state through a browser
{“errors”:[{“message”:“rpc error: code = PermissionDenied desc = no accessJwt available”,“extensions”:{“code”:“Error”}}]}
What should I do