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
What Operating System(s) are you seeing this problem on?
macOS (Apple Silicon)
Backend.AI version
23.09
Describe the bug
If the admin creates a new user with setting project, it's not possible to query keypair list with the below error. BackendAPIError(400, 'Bad request', {'type': '[https://api.backend.ai/probs/graphql-error'](https://api.backend.ai/probs/graphql-error%27), 'title': 'GraphQL-generated error', 'data': [OrderedDict([('message', "'<=' not supported between instances of 'str' and 'int'"), ('locations', [OrderedDict([('line', 3), ('column', 79)])]), ('path', ['keypair_list', 'items', 5, 'concurrency_used'])]), OrderedDict([('message', "'<=' not supported between instances of 'str' and 'int'"), ('locations', [OrderedDict([('line', 3), ('column', 107)])]), ('path', ['keypair_list', 'items', 5, 'num_queries'])])]})
To Reproduce
Create a new user by specifying a project and look up the key pair list.
Expected Behavior
return keypair list
Anything else?
No response
The text was updated successfully, but these errors were encountered:
What Operating System(s) are you seeing this problem on?
macOS (Apple Silicon)
Backend.AI version
23.09
Describe the bug
If the admin creates a new user with setting project, it's not possible to query keypair list with the below error.
BackendAPIError(400, 'Bad request', {'type': '[https://api.backend.ai/probs/graphql-error'](https://api.backend.ai/probs/graphql-error%27), 'title': 'GraphQL-generated error', 'data': [OrderedDict([('message', "'<=' not supported between instances of 'str' and 'int'"), ('locations', [OrderedDict([('line', 3), ('column', 79)])]), ('path', ['keypair_list', 'items', 5, 'concurrency_used'])]), OrderedDict([('message', "'<=' not supported between instances of 'str' and 'int'"), ('locations', [OrderedDict([('line', 3), ('column', 107)])]), ('path', ['keypair_list', 'items', 5, 'num_queries'])])]})
To Reproduce
Create a new user by specifying a project and look up the key pair list.
Expected Behavior
return keypair list
Anything else?
No response
The text was updated successfully, but these errors were encountered: