You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"errors": [
{
"message": "The 'Policy' entity with name '*' was not found",
"locations": [],
"path": [
"generateAccessKey"
],
"extensions": {
"timestamp": "2021-04-12T18:22:30.322+0000",
"status": 404,
"error": "Not Found",
"message": "The 'Policy' entity with name '*' was not found",
"path": "/o/api_key",
"code": "BAD_USER_INPUT",
"exception": {
"timestamp": "2021-04-12T18:22:30.322+0000",
"status": 404,
"error": "Not Found",
"path": "/o/api_key",
"stacktrace": [
"UserInputError: The 'Policy' entity with name '*' was not found",
" at /appDir/dist/utils/restUtils.js:63:19",
" at Generator.next (<anonymous>)",
" at fulfilled (/appDir/dist/utils/restUtils.js:23:58)",
" at runMicrotasks (<anonymous>)",
" at processTicksAndRejections (internal/process/task_queues.js:93:5)"
]
}
}
}
],
"data": null
}
Expected behaviour
Should generate a new API key
The text was updated successfully, but these errors were encountered:
Describe the bug
Can't generate API Key key. This causes the UI to hang:
![Screen Shot 2021-04-12 at 2 23 45 PM](https://user-images.githubusercontent.com/11821106/114442625-bb070380-9b9a-11eb-86eb-b37ca26a0048.png)
Steps To Reproduce
run the following mutation at https://api.platform.icgc-argo.org/graphql, as a public user:
receives the following error:
Expected behaviour
Should generate a new API key
The text was updated successfully, but these errors were encountered: