Authorization Extension: 500 `view group membes`

Hi,
I have exactly the same problem like here:

The solution suggests to try reinstalling the extension which in my case is really bad because we use Auth0 Authorization Extension in a production environment.

Are there any other things I can check before I finally must perform a reinstallation?

Hi @1ama, can you go to the extension → top-right menu → Configuration → Import/Export tab and have a look at the JSON’s groups attribute to see if you see any anomalies?

Another debugging technique is to open the Real-time Webtask Logs extension and trigger the API. This would give the stack trace of the failure which would indicate what exactly is going wrong. The source code of the extension can be found here: GitHub - auth0/auth0-authorization-extension: Auth0 Extension that adds authorization features to your account

Let us know if you have trouble figuring out what it is.