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
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
The text was updated successfully, but these errors were encountered:
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?
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:
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:
The text was updated successfully, but these errors were encountered: