Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug - get group members is not responding #248

Open
ChenAshuri opened this issue Jan 28, 2019 · 1 comment
Open

Bug - get group members is not responding #248

ChenAshuri opened this issue Jan 28, 2019 · 1 comment

Comments

@ChenAshuri
Copy link

I have two tenants for my App, both of them use the auth0-authorization-extension to manage users.

Tenant 1: When trying to fetch group members i got the required response.

Tenant 2: When trying to fetch group members i got:

    "statusCode": 500,
    "error": "Internal Server Error",
    "message": "An internal server error occurred"

The same code is running in both cases.
Both tenants use machine to machine applications authorized by auth0-authorization-extension-api with all the required scopes.
The other Authorization API calls are working except of:

GET /api/groups/{group_id}/members
@zxan1285
Copy link
Contributor

Hi @ChenAshuri

When you're trying to view group members in the extension's UI, does it work correctly?
Does this request fails for any group, or just for some specific group?
Could you please install Real-time Webtask Logs extension and share logs related to this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants