We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Expected behavior Default roles should be listed
Screenshots
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:
Roles can be found in the database of Datahub instance.
The text was updated successfully, but these errors were encountered:
hi ,did you install by using docker compose?
Sorry, something went wrong.
Right, following https://datahubproject.io/docs/quickstart
No branches or pull requests
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:
Expected behavior
Default roles should be listed
Screenshots
Additional context
The same problem was mentioned here: #5966
Request to GraphQL in devconsole:
Response:
Roles can be found in the database of Datahub instance.
The text was updated successfully, but these errors were encountered: