Frontend break when viewing an organization's page with only "USER" level permissions. "USER"s are not allowed to view organization affiliations.
{
"errors": [
{
"message": "Cannot query affiliations on organization without admin permission or higher.",
"locations": [
{
"line": 33,
"column": 5
}
],
"path": ["organization", "affiliations"],
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
]
}
Frontend break when viewing an organization's page with only "USER" level permissions. "USER"s are not allowed to view organization affiliations.