I've granted the "View Analytics" permission to Al...
# troubleshoot
c
I've granted the "View Analytics" permission to All Users, and so now my non-admin user is able to open the Analytics page, and it mostly works, except a 403 toast pops up and I get
Domains failed to load
. We don't have any domains atm, maybe related?
well we created some but I hard-deleted them
b
hey matt! very weird. before going to that page could you open up your browser dev tools and check out the analytics tab. when you go to the analytics tab could you find a graphql request with the query
listDomains
? Then check out that response and let's see what the error is saying here.
c
thanks, will circle back to you on this
hey @bulky-soccer-26729, here's the GraphQL error:
Copy code
{
  "errors": [
    {
      "message": "Unauthorized to perform this action. Please contact your DataHub administrator.",
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ],
      "path": [
        "listDomains"
      ],
      "extensions": {
        "code": 403,
        "type": "UNAUTHORIZED",
        "classification": "DataFetchingException"
      }
    }
  ],
  "data": {
    "listDomains": null
  },
  "extensions": {}
}
t
Hi @clever-garden-23538 @bulky-soccer-26729 I am getting the same issue. Any ideas? We have a mostly vanilla installation running on GKE.