Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty roles list after fresh install #12029

Open
cheyuriy opened this issue Dec 4, 2024 · 2 comments
Open

Empty roles list after fresh install #12029

cheyuriy opened this issue Dec 4, 2024 · 2 comments
Labels
bug Bug report

Comments

@cheyuriy
Copy link

cheyuriy commented Dec 4, 2024

Describe the bug
Trying to set up roles after the fresh install of 0.14.1, but list of roles is empty.

To Reproduce
Steps to reproduce the behavior:

  1. Fresh install
  2. Log in as superuser
  3. Got to "Settings" -> "Permissions" -> "Roles"
  4. See empty list

Expected behavior
Default roles should be listed

Screenshots
Screenshot 2024-12-04 at 09 44 42

Additional context
The same problem was mentioned here: #5966

Request to GraphQL in devconsole:

{
  "data": {
    "listRoles": {
      "start": 0,
      "count": 10,
      "total": 0,
      "roles": [],
      "__typename": "ListRolesResult"
    }
  },
  "extensions": {}
}

Response:

{
    "data": {
        "listRoles": {
            "start": 0,
            "count": 10,
            "total": 0,
            "roles": [],
            "__typename": "ListRolesResult"
        }
    },
    "extensions": {}
}

Roles can be found in the database of Datahub instance.

@cheyuriy cheyuriy added the bug Bug report label Dec 4, 2024
@CloudExtreme
Copy link

hi ,did you install by using docker compose?

@cheyuriy
Copy link
Author

cheyuriy commented Dec 6, 2024

hi ,did you install by using docker compose?

Right, following https://datahubproject.io/docs/quickstart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

2 participants