-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
2
-
Minor
-
Issue Summary
When adding agents as admins to Data Manager you might get "Something went wrong, please contact support"
Steps to Reproduce
- Add agent as admin or adapter admin to Data Manager
Expected Results
The user should be added successfully to the role
Actual Results
Some users get intermittent "Something went wrong" popup
We can see that from the endpoint "v1/config/perms/role-assignment" we get a 400 response code and the following response payload:
{ "errorMessages": [ "User or Group could not be assigned to Role." ], "errors": {} }
Workaround
You can try multiple times and eventually it should work as its intermittent