Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-6880

Account Management app unable to retrieve users list

    XMLWordPrintable

    Details

      Description

      When navigating to a customer page (https://connect.nuxeo.com/nuxeo/site/connect/account/ORGANIZATION_ID_HERE), the app is unable to load the user accounts.

      There seems to be error on the graphql endpoint with the following request:

      curl -ns 'https://connect.nuxeo.com/nuxeo/site/nos/graphql' -X POST \
      -H 'Accept: */*' \
      -H 'content-type: application/json' \
      --data-raw '{
        "operationName":"getOrg",
        "variables":{
          "orgId":"ORGANIZATION_ID_HERE"
        },
        "query":"query getOrg($orgId: String!) {\n  org(id: $orgId) {\n    id\n    name\n    services(valid: true) {\n      id\n      name\n      type\n      users {\n        id\n        name\n        firstName\n        lastName\n        email\n        services(orgId: $orgId, valid: true) {\n          id\n          name\n          __typename\n        }\n        __typename\n      }\n      projects\n      startDate\n      endDate\n      seats {\n        quota\n        current\n        __typename\n      }\n      __typename\n    }\n    users {\n      id\n      name\n      firstName\n      lastName\n      email\n      services(orgId: $orgId, valid: true) {\n        id\n        name\n        type\n        __typename\n      }\n      __typename\n    }\n    seats {\n      quota\n      current\n      __typename\n    }\n    __typename\n  }\n}\n"
      }'
      

      It returns the following (truncated) response: error_response.txt

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: